New trunk
[odoo/odoo.git] / addons / profile_manufacturing / __terp__.py
1 {
2         "name":"Manufacturing industry profile",
3         "version":"1.0",
4         "author":"Tiny",
5         "category":"Profile",
6         "depends":["base", "mrp", "product", "stock", "crm", "sale", "delivery"],
7         "demo_xml":[],
8         "update_xml":[],
9         "active":False,
10         "installable":True,
11 }