openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #14773
[Bug 1040536] [NEW] Partner Bank account number required (l10n_ch)
Public bug reported:
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
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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 Addons (modules):
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/openobject-addons/+bug/1040536/+subscriptions
Follow ups
References