c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01661
[Bug 668447] Re: Search button "Purchase accounts" does not filter payable accounts
*** This bug is a duplicate of bug 666709 ***
https://bugs.launchpad.net/bugs/666709
** This bug has been marked a duplicate of bug 666709
Account Search view :usability bug
* You can subscribe to bug 666709 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/666709/+subscribe
--
Search button "Purchase accounts" does not filter payable accounts
https://bugs.launchpad.net/bugs/668447
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: New
Bug description:
Search button "Purchase accounts" in the account list view does not filter the payable accounts.
In file account/account_view.xml, line 201
<filter icon="terp-purchase" string="Purchase Accounts" domain="[('type','=','purchase')]"/>
must be changed to
<filter icon="terp-purchase" string="Purchase Accounts" domain="[('type','=','payable')]"/>
References