← Back to team overview

openerp-india team mailing list archive

[Bug 1062822] [NEW] [base_iban] Error on IBAN when configuring a bank account

 

Public bug reported:

This is on 05/10/2012 nightly of the 6.1 branch.

How to reproduce :

- install a fresh database with fr_FR language
- switch the user to the "extended" interface
- Install account_voucher
- Choose the French accounting
- go to configuration → Company → Your company → Bank accounts → Add an account...
- Choose IBAN (1st in the list),  choose Your Company as owner, fill in any IBAN number
- Save and close the wizard
- Save the Company... :

Traceback (most recent call last):
(...)
File "/home/dadafkas/projets/anybox/buildout/parts/openerp-6.1-20121005-233110/openerp/addons/base_iban/base_iban.py", line 115, in is_iban_valid
    return int(iban2) % 97 == 1
ValueError: invalid literal for int() with base 10: ''

** Affects: openobject-addons
     Importance: Undecided
         Status: New

** Description changed:

+ This is on 05/10/2012 nightly of the 6.1 branch.
+ 
  How to reproduce :
  
  - install a fresh database with fr_FR language
  - Install account_voucher
  - Choose the French accounting
  - go to configuration → Company → Your company → Bank accounts → Add an account...
  - Choose IBAN (1st in the list),  choose Your Company as owner, fill in any IBAN number
  - Save and close the wizard
  - Save the Company... :
  
  Traceback (most recent call last):
  (...)
  File "/home/dadafkas/projets/anybox/buildout/parts/openerp-6.1-20121005-233110/openerp/addons/base_iban/base_iban.py", line 115, in is_iban_valid
-     return int(iban2) % 97 == 1
+     return int(iban2) % 97 == 1
  ValueError: invalid literal for int() with base 10: ''

** Summary changed:

- Error on IBAN when configuring a bank account
+ [base_iban] Error on IBAN when configuring a bank account

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

Title:
  [base_iban] Error on IBAN when configuring a bank account

Status in OpenERP Addons (modules):
  New

Bug description:
  This is on 05/10/2012 nightly of the 6.1 branch.

  How to reproduce :

  - install a fresh database with fr_FR language
  - switch the user to the "extended" interface
  - Install account_voucher
  - Choose the French accounting
  - go to configuration → Company → Your company → Bank accounts → Add an account...
  - Choose IBAN (1st in the list),  choose Your Company as owner, fill in any IBAN number
  - Save and close the wizard
  - Save the Company... :

  Traceback (most recent call last):
  (...)
  File "/home/dadafkas/projets/anybox/buildout/parts/openerp-6.1-20121005-233110/openerp/addons/base_iban/base_iban.py", line 115, in is_iban_valid
      return int(iban2) % 97 == 1
  ValueError: invalid literal for int() with base 10: ''

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


Follow ups

References