Launchpad automatic translations update.
[odoo/odoo.git] / addons / account_analytic_default / __openerp__.py
index 9c39829..63f17e7 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
-#    
+#
 #    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
 #
 #    GNU Affero General Public License for more details.
 #
 #    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
 
-
 {
-    'name': 'Account Analytic Default',
-    'version': '1.0',
-    'category': 'Generic Modules/Accounting',
-    'description': """
+    'name'      : 'Account Analytic Defaults',
+    'version'   : '1.0',
+    "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
 * Company
 * Date
     """,
-    'author': 'Tiny',
-    'website': 'http://www.openerp.com',
-    'depends': ['account', 'sale'],
-    'init_xml': [],
-    'update_xml': ['security/ir.model.access.csv', 'account_analytic_default_view.xml'],
-    'demo_xml': [],
+    'author'    : 'OpenERP SA',
+    'website'   : 'http://www.openerp.com',
+    'images'   : ['images/analytic_defaults.jpeg'],
+    'depends'   : ['sale'],
+    'init_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',
 }
+
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: