odoo/addons/product_electronic/__terp__.py

14 lines
424 B
Python

{
"name" : "Products Attributes & Manufacturers",
"version" : "1.0",
"author" : "Tiny",
"category" : "Enterprise Specific Modules/Electronic Industries",
"depends" : ["base", "account", "product", "stock"],
"init_xml" : [],
"demo_xml" : [],
"description": "A module that add manufacturers and attributes on the product form",
"update_xml" : ["product_electronic_view.xml"],
"active": False,
"installable": True
}