openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #14816
[Bug 1040536] Re: Partner Bank account number required (l10n_ch)
Hello Damien,
I have checked your issue .But do you have any document or a
specification which describe that IBAN is not require any more for Swiss
bank or not compulsory any more.???
Right now I'm assigning it as opinion for sufficient discussion and
outcome.
Thanks and more commit are appreciated
@ accounting expert please share your aspects
** Changed in: openobject-addons
Status: New => Opinion
--
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):
Opinion
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
References