From eadab75188d90eb0310bff187d5ff5959ac043d4 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Wed, 24 Jul 2013 20:34:44 +0200 Subject: [PATCH] [FIX] OpenERP version --- base_iban_bic_not_required/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base_iban_bic_not_required/__openerp__.py b/base_iban_bic_not_required/__openerp__.py index 76497fccc..08695e9da 100644 --- a/base_iban_bic_not_required/__openerp__.py +++ b/base_iban_bic_not_required/__openerp__.py @@ -30,10 +30,10 @@ 'base_iban', ], 'description': ''' -The account_iban module in OpenERP 6.1 mandates the presence of a BIC +The account_iban module in OpenERP mandates the presence of a BIC code on an IBAN account number through a constraint. However, as of Februari 2012 there is a resolution from the EU that drops this requirement -(see section 8 of [1]). This module reverts the constraint on BICs from the +(see section 8 of [1]). This module reverts the constraint on BICs in the base_iban module. See also https://bugs.launchpad.net/openobject-addons/+bug/933472