c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15932
[Bug 717804] [NEW] [6.0] account view_bank_statement_form and view_bank_statement_form2 - useless code
Public bug reported:
all account_id fields have a domain filter journal_id
like
<field domain="[('journal_id','=',parent.journal_id)]" name="account_id"/>
as there is no journal_id in account_account the filter seems
unnecessary
or do I miss something?
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/717804
Title:
[6.0] account view_bank_statement_form and view_bank_statement_form2 -
useless code
Status in OpenERP Modules (addons):
New
Bug description:
all account_id fields have a domain filter journal_id
like
<field domain="[('journal_id','=',parent.journal_id)]" name="account_id"/>
as there is no journal_id in account_account the filter seems
unnecessary
or do I miss something?
Follow ups
References