c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21262
[Bug 752876] Re: The field account_id has a wrong domain in account move line tree view
** Patch added: "account_move_line.patch"
https://bugs.launchpad.net/bugs/752876/+attachment/1990262/+files/account_move_line.patch
--
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/752876
Title:
The field account_id has a wrong domain in account move line tree view
Status in OpenERP Modules (addons):
New
Bug description:
When entering a journal entry (account move line) in 6.0.2, the domain
on the field "account_id"is always on the same journal_id and thus
ignores the journal selected in search view.
We have the fileds_view_get method in account.move.line whith create a
tree view in dynamic and add domain in account_id field. This domain
is wrong because is always the same and not that selected in search
view.
Please find a patch to resolve it
References