Search button "Purchase accounts" does not filter payable accounts

Bug #668447 reported by Jordi Esteve (www.zikzakmedia.com)
This bug report is a duplicate of:  Bug #666709: Account Search view :usability bug. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.