Launchpad automatic translations update.
[odoo/odoo.git] / addons / base_iban / __openerp__.py
index d9d88c7..c5925f9 100644 (file)
 #
 ##############################################################################
 {
-    'name': 'Create IBAN bank accounts',
+    'name': 'IBAN Bank Accounts',
     'version': '1.0',
-    'category': 'Generic Modules/Base',
+    "category": 'Hidden/Dependency',
+    'complexity': "easy",
     'description': """
 This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity.
 =====================================================================================================================
 
+The ability to extract the correctly represented local accounts from IBAN accounts with a single statement.
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
-    'depends': ['account'],
+    'depends': ['base'],
     'init_xml': ['base_iban_data.xml'],
     'update_xml': ['base_iban_view.xml'],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0050014379549',
     'images': ['images/base_iban1.jpeg'],
 }