~akretion-team/openerp-product-attributes/openerp-product-attributes

« back to all changes in this revision

Viewing changes to product_electronic/__terp__.py

  • Committer: ced
  • Date: 2007-08-10 07:47:26 UTC
  • Revision ID: ced-20070810074726-5v7gte8bp19tv2pw
Move less used modules to extra_addons repo
(/home/gbaconnier/code/openerp/extra-addons/lp6.1-main rev 495)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Products Attributes & Manufacturers",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "category" : "Enterprise Specific Modules/Electronic Industries",
 
6
        "depends" : ["base", "account", "product", "stock"],
 
7
        "init_xml" : [],
 
8
        "demo_xml" : [],
 
9
        "description": "A module that add manufacturers and attributes on the product form",
 
10
        "update_xml" : ["product_electronic_view.xml"],
 
11
        "active": False,
 
12
        "installable": True
 
13
}