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

1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"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
}