Skip to content

Commit

Permalink
[FIX] point_of_sale: customer view has a default filter
Browse files Browse the repository at this point in the history
Steps to reproduce:
- install pos
- go to pos > orders > customers

Previous behavior:
all contacts are visible by default

Current behavior:
the customers filter is set by default

opw-2215343

closes odoo#48034

Signed-off-by: Nicolas Martinelli (nim) <[email protected]>
  • Loading branch information
jhk-odoo committed Mar 20, 2020
1 parent c87db90 commit 47952dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/point_of_sale/views/point_of_sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<menuitem id="menu_point_of_sale_customer"
name="Customers"
parent="menu_point_of_sale"
action="base.action_partner_customer_form"
action="account.res_partner_action_customer"
sequence="100"/>

<!-- Reporting menu -->
Expand Down

0 comments on commit 47952dd

Please sign in to comment.