[MERGE] merge with latest stable
[odoo/odoo.git] / addons / product_expiry / __openerp__.py
index fd95b31..0a54ff0 100644 (file)
@@ -20,9 +20,9 @@
 {
     "name" : "Products date of expiry",
     "version" : "1.0",
-    "author" : "Tiny",
+    "author" : "OpenERP SA",
     "category" : "Enterprise Specific Modules/Food Industries",
-    "depends" : ["base", "account", "product", "stock"],
+    "depends" : ["stock"],
     "init_xml" : [],
     "demo_xml" : ["product_expiry_demo.xml"],
     "description": '''Track different dates on products and production lots:
  - removal date
  - alert date
 Used, for example, in food industries.''',
-    "update_xml" : [
-                    'security/ir.model.access.csv',
-                     "product_expiry_view.xml",
-                     "report/report_stock_view.xml", 
-                     "wizard/stock_partial_view.xml"],
+    "update_xml" : ["product_expiry_view.xml"],
     "active": False,
-    "installable": True
+    "installable": True,
+    "certificate": "00421222123914960109",
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: