[MERGE] merge with latest stable
[odoo/odoo.git] / addons / product_manufacturer / __openerp__.py
index ba941af..3c620ef 100644 (file)
@@ -22,7 +22,7 @@
     "version" : "1.0",
     "author" : "OpenERP SA",
     "category" : "Enterprise Specific Modules/Manufacturer Industries",
-    "depends" : ["base", "account", "product", "stock"],
+    "depends" : ["stock"],
     "init_xml" : [],
     "demo_xml" : [],
     "description": "A module that add manufacturers and attributes on the product form",
@@ -31,7 +31,7 @@
         "product_manufacturer_view.xml"
     ],
     "active": False,
-    "installable": True
+    "installable": True,
+    "certificate" : "00720153953662760781",
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-