Launchpad automatic translations update.
[odoo/odoo.git] / addons / base_iban / __openerp__.py
index 343463d..c5925f9 100644 (file)
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
-
-
 {
-    'name': 'Create IBAN bank accounts',
+    'name': 'IBAN Bank Accounts',
     'version': '1.0',
-    'category': 'Generic Modules/Base',
+    "category": 'Hidden/Dependency',
+    'complexity': "easy",
     'description': """
-This module install the base for IBAN (International Bank Account Number) bank accounts and checks for its validity
+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': 'Tiny',
-    'depends': ['account'],
+    'author': 'OpenERP SA',
+    'website': 'http://www.openerp.com',
+    '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'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: