openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27442
[Bug 1281492] Re: account: cash statement: onchange_journal_id changes the field last_closing_balance which is not in the bank statement view -> breaks YAML tests
** Changed in: ocb-addons
Status: Fix Committed => Fix Released
--
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/1281492
Title:
account: cash statement: onchange_journal_id changes the field
last_closing_balance which is not in the bank statement view -> breaks
YAML tests
Status in OpenERP Community Backports (Addons):
Fix Released
Status in OpenERP Addons (modules):
New
Bug description:
observed in latest v7
In that on_change:
http://bazaar.launchpad.net/~openerp/openobject-
addons/7.0/view/head:/account/account_cash_statement.py#L167
the field last_closing_balance is set. However, the view of the
account.bank.statement (which is the same object indeed) does not have
the field.
This breaks YAML tests, should someone dare to write one on the bank
statement.
I suppose having that field invisible="1" in the bank statement view
account.view_bank_statement_form would fix that.
Thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-addons/+bug/1281492/+subscriptions
References