~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to profile_auction/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2008-11-12 06:43:12 UTC
  • Revision ID: fp@tinyerp.com-20081112064312-fp85io97i1e95tuz
moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "name":"Auction house profile",
3
 
    "version":"1.0",
4
 
    "author":"Tiny",
5
 
    "category":"Profile",
6
 
    "depends":["auction", "board_auction","account","hr_timesheet_sheet"],
7
 
    "demo_xml":[],
8
 
    "update_xml":[],
9
 
    "active":False,
10
 
    "installable":True,
11
 
}