← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 668447] [NEW] Search button "Purchase accounts" does not filter payable accounts

 

Public bug reported:

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')]"/>

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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')]"/>





Follow ups

References