X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fbase_iban%2F__openerp__.py;h=9ed0b1171bb5b1703a4592a9f1bff991907a2a56;hb=bad119b71b12e04d8b0e6058978f774c86168a14;hp=f534c42bb33d3be2e1d4da6c53957e95928d31fb;hpb=9544b5751a0b4c8b036c55a387cacb7faa0eca62;p=odoo%2Fodoo.git diff --git a/addons/base_iban/__openerp__.py b/addons/base_iban/__openerp__.py index f534c42..9ed0b11 100644 --- a/addons/base_iban/__openerp__.py +++ b/addons/base_iban/__openerp__.py @@ -18,18 +18,17 @@ # along with this program. If not, see . # ############################################################################## - - { 'name': 'Create IBAN bank accounts', 'version': '1.0', 'category': 'Generic Modules/Base', '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. """, - 'author': 'Tiny', - 'depends': ['base', 'account'], + 'author': 'OpenERP SA', + 'website': 'http://www.openerp.com', + 'depends': ['account'], 'init_xml': ['base_iban_data.xml'], 'update_xml': ['base_iban_view.xml'], 'installable': True,