openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #16833
[Bug 1024813] Re: base_iban module never validates BIC
Hello Loeki,
I have checked this issue, I didn't see any field under extended view.
So would you please elaborate more on this issue.
Thanks and waiting for your reply!
** Changed in: openobject-addons
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1024813
Title:
base_iban module never validates BIC
Status in OpenERP Addons (modules):
Incomplete
Bug description:
I'm using OpenERP 6.1 and the base_iban module will never validate an
IBAN account correctly. In line 144 of base_iban.py, it says
if partner_bank.state == 'iban' and not partner_bank.bank.bic:
when it should in fact say
if partner_bank.state == 'iban' and not partner_bank.bank_bic:
(note that the dot has been replaced by an underscore).
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1024813/+subscriptions
References