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

« back to all changes in this revision

Viewing changes to profile_ampco/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2007-10-10 01:32:24 UTC
  • Revision ID: fp@tinyerp.com-58141db321d2bd3462df986c10a89a2c89c86220
Added profile Ampco

Show diffs side-by-side

added added

removed removed

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