openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15027
[Bug 1040536] Re: Partner Bank account number required (l10n_ch)
** Project changed: openobject-addons => openerp-swiss-localization
--
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/1040536
Title:
Partner Bank account number required (l10n_ch)
Status in OpenERP Swiss Localization:
New
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-swiss-localization/+bug/1040536/+subscriptions
References