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

1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"name" : "Products Lot Foundry",
	"version" : "1.0",
	"author" : "Tiny",
	"category" : "Enterprise Specific Modules/Metal Industries",
	"depends" : ["base", "account", "product", "stock", "sale"],
	"init_xml" : [],
	"demo_xml" : ["product_lot_foundry_demo.xml"],
	"description": "Lots management for a metal company: cutting, heatcode, sizes",
	"update_xml" : ["product_lot_foundry_view.xml","sale_order_view.xml"],
	"active": False,
	"installable": True
}