Launchpad automatic translations update.
[odoo/odoo.git] / addons / account_analytic_default / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index b529a92..63f17e7
 ##############################################################################
 
 {
-    'name'      : 'Account Analytic Default',
+    'name'      : 'Account Analytic Defaults',
     'version'   : '1.0',
-    'category'  : 'Generic Modules/Accounting',
-    'description': """
+    "category": 'Accounting & Finance',
+    'complexity': "normal",
+    'description': """Set default values for your analytic accounts
 Allows to automatically select analytic accounts based on criterions:
+=====================================================================
+
 * Product
 * Partner
 * User
@@ -33,12 +36,17 @@ Allows to automatically select analytic accounts based on criterions:
     """,
     'author'    : 'OpenERP SA',
     'website'   : 'http://www.openerp.com',
+    'images'   : ['images/analytic_defaults.jpeg'],
     'depends'   : ['sale'],
     'init_xml'  : [],
-    'update_xml': ['security/ir.model.access.csv', 'account_analytic_default_view.xml'],
+    'update_xml': [
+        'security/ir.model.access.csv', 
+        'security/account_analytic_default_security.xml', 
+        'account_analytic_default_view.xml'
+    ],
     'demo_xml'  : [],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0074229833581',
 }