[6.1] Partner Bank account number required (l10n_ch)

Bug #1040536 reported by Damien Raemy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP Swiss Localization
New
Undecided
Unassigned
6.1
Confirmed
Medium
Unassigned

Bug Description

Hello,

In version 6.0, the account number of a bank account of a partner is not required in the base module. This is good for the Swiss localization because we can have post number or others account without number.

But in 6.1, the field is required in the base module, and not override in the module l10n_ch.

I propose the following solution:

addons/l10n_ch/bank.py
Ligne 56: replace
'acc_number': fields.char('Account/IBAN Number', size=64),
by
'acc_number': fields.char('Account/IBAN Number', size=64, required=False),

(like in the module l10n_rib).

Thanks

Changed in openobject-addons:
status: New → Opinion
Revision history for this message
Damien Raemy (damien.raemy) wrote :

Hello,

I don't speak about the IBAN. I Speak about the account number. Please see how react the partner account number under OpenERP 6.0 with l10n_ch and what is different in OpenERP 6.1.

Thanks

Changed in openobject-addons:
status: Opinion → Invalid
status: Invalid → New
affects: openobject-addons → openerp-swiss-localization
Changed in openerp-swiss-localization:
status: New → Confirmed
importance: Undecided → Medium
summary: - Partner Bank account number required (l10n_ch)
+ [6.0] Partner Bank account number required (l10n_ch)
summary: - [6.0] Partner Bank account number required (l10n_ch)
+ [6.1] Partner Bank account number required (l10n_ch)
no longer affects: openerp-swiss-localization/stable6.0
no longer affects: openerp-swiss-localization/stable6.0
no longer affects: openerp-swiss-localization
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.