[IMP] remove subtype canceled & stage change
[odoo/odoo.git] / addons / analytic / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index 1f21fb3..417d2b2
 ##############################################################################
 
 {
-    "name" : "Analytic Account",
-    "version": "1.1",
-    "author" : "OpenERP SA",
-    "website" : "http://www.openerp.com",
-    "category" : "Generic Modules/Projects & Services",
-    "depends" : ["base", "decimal_precision"],
-    "description": """Module for defining analytic accounting object.
+    'name' : 'Analytic Accounting',
+    'version': '1.1',
+    'author' : 'OpenERP SA',
+    'website' : 'http://www.openerp.com',
+    'category': 'Hidden/Dependency',
+    'depends' : ['base', 'decimal_precision', 'mail'],
+    'description': """
+Module for defining analytic accounting object.
+===============================================
+
+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.
     """,
-    "init_xml" : [],
-    "update_xml": ['security/analytic_security.xml',
-                   "security/ir.model.access.csv",
-    ],
-    'demo_xml': [
+    'data': [
+        'security/analytic_security.xml',
+        'security/ir.model.access.csv',
+        'analytic_sequence.xml',
+        'analytic_view.xml'
     ],
+    'demo': [],
     'installable': True,
-    'active': False,
+    'auto_install': False,
 }
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: