[MERGE] Merge with main branch
[odoo/odoo.git] / addons / analytic / __openerp__.py
index d1ba901..859a65e 100644 (file)
 ##############################################################################
 
 {
-    "name" : "Analytic Account",
+    "name" : "Analytic Accounting",
     "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.
+    "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",
+                   "analytic_sequence.xml",
+                   "analytic_view.xml"
     ],
     'demo_xml': [
     ],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate' : "00462253285027988541",
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: