[IMP]all: remove a complexity in openerp and move asset management and Payroll in...
[odoo/odoo.git] / addons / base_vat / __openerp__.py
index 858b5c2..ef46cd8 100644 (file)
@@ -22,8 +22,7 @@
 {
     'name': 'VAT Number Validation',
     'version': '1.0',
-    "category": 'Accounting & Finance',
-    'complexity': "easy",
+    "category": 'Hidden/Dependency',
     'description': """
 VAT validation for Partners' VAT numbers
 ========================================
@@ -58,7 +57,7 @@ only the country code will be validated.
     'website': 'http://www.openerp.com',
     'data': ['base_vat_view.xml'],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0084849360989',
     'images': ['images/1_partner_vat.jpeg'],
 }