← Back to team overview

openerp-india team mailing list archive

[Bug 985591] Re: iban displayed error message incorrect

 

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
       Status: Confirmed => In Progress

-- 
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/985591

Title:
  iban displayed error message incorrect

Status in OpenERP Addons (modules):
  In Progress

Bug description:
  Module base_iban :

  When an error is detected in method check_iban() the error message is generated in method _construct_constraint_msg()
  and the checks are done on an iban number that has been set to upper case letters and that are compared only with lower case letters so the checks always fail and returns 'The IBAN is invalid, It should begin with the country code'

  Also the length of the iban is verified in the check_iban but the
  error is not displayed in _construct_constraint_msg.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/985591/+subscriptions


References