[IMP] remove subtype canceled & stage change
[odoo/odoo.git] / addons / analytic / __openerp__.py
index 3519146..417d2b2 100644 (file)
@@ -34,16 +34,14 @@ In OpenERP, analytic accounts are linked to general accounts but are treated
 totally independently. So, you can enter various different analytic operations
 that have no counterpart in the general financial accounts.
     """,
 totally independently. So, you can enter various different analytic operations
 that have no counterpart in the general financial accounts.
     """,
-    'data' : [],
-    'data': ['security/analytic_security.xml',
-                   'security/ir.model.access.csv',
-                   'analytic_sequence.xml',
-                   'analytic_view.xml'
-    ],
-    'demo': [
+    'data': [
+        'security/analytic_security.xml',
+        'security/ir.model.access.csv',
+        'analytic_sequence.xml',
+        'analytic_view.xml'
     ],
     ],
+    'demo': [],
     'installable': True,
     'auto_install': False,
     'installable': True,
     'auto_install': False,
-    'certificate' : '00462253285027988541',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: