banking-addons-team team mailing list archive
-
banking-addons-team team
-
Mailing list archive
-
Message #01210
[Bug 1262304] [NEW] account_statement_ext: onchange_imp_config_id returns fields not in the view
Public bug reported:
This onchange:
http://bazaar.launchpad.net/~banking-addons-team/banking-addons/bank-
statement-
reconcile-70/view/head:/account_statement_ext/statement.py#L543
returns two fields, account_id and credit_partner_id, that are not present in the view.
This is tolerated by OpenERP used interactively, but breaks YAML tests on that line:
http://bazaar.launchpad.net/~openerp/openobject-server/7.0/view/head:/openerp/tools/yaml_import.py#L452
It looks like the assertion is correct: these two field are not in the
view, so we should not on_change them.
Thanks!
** Affects: banking-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Banking
Addons Core Editors, which is subscribed to Banking Addons.
https://bugs.launchpad.net/bugs/1262304
Title:
account_statement_ext: onchange_imp_config_id returns fields not in
the view
Status in OpenERP Banking Addons:
New
Bug description:
This onchange:
http://bazaar.launchpad.net/~banking-addons-team/banking-addons/bank-
statement-
reconcile-70/view/head:/account_statement_ext/statement.py#L543
returns two fields, account_id and credit_partner_id, that are not present in the view.
This is tolerated by OpenERP used interactively, but breaks YAML tests on that line:
http://bazaar.launchpad.net/~openerp/openobject-server/7.0/view/head:/openerp/tools/yaml_import.py#L452
It looks like the assertion is correct: these two field are not in the
view, so we should not on_change them.
Thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/banking-addons/+bug/1262304/+subscriptions
Follow ups
References