c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21369
[Bug 752876] Re: The field account_id has a wrong domain in account move line tree view
Hello,
Its fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-752876-pso
Rev-Id: pso@xxxxxxxxxxx-20110407122429-2ktsya5hbrpcc316
Rev-no: 4632
It will be merged soon with Addons branch.
Thanks for your valuable contribution.
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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):
Fix Committed
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