[MERGE] merge with latest stable
[odoo/odoo.git] / addons / product_manufacturer / __openerp__.py
index e6a1a91..3c620ef 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-#    
+#
 #    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
 #
 #    GNU Affero General Public License for more details.
 #
 #    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
 {
     "name" : "Products Attributes & Manufacturers",
     "version" : "1.0",
-    "author" : "Tiny",
+    "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",
-    "update_xml" : ["security/ir.model.access.csv","product_manufacturer_view.xml"],
+    "update_xml" : [
+        "security/ir.model.access.csv",
+        "product_manufacturer_view.xml"
+    ],
     "active": False,
-    "installable": True
+    "installable": True,
+    "certificate" : "00720153953662760781",
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-