Skip to content
Snippets Groups Projects
Commit e29516c1 authored by Jacky (trj)'s avatar Jacky (trj) Committed by Pierre Masereel
Browse files

[IMP]: point_of_sale: added `pos_categ_id` in the `group_by` filter of product search

Allowing user to group by the POS Product Category is more relevant

Task ID: 2419637
parent b561f0b5
Branches
Tags
No related merge requests found
......@@ -8,6 +8,9 @@
<filter name="filter_to_sell" position="before">
<filter name="filter_to_availabe_pos" string="Available in POS" domain="[('available_in_pos', '=', True)]"/>
</filter>
<filter name="categ_id" position="after">
<filter string="POS Product Category" name="pos_categ_id" context="{'group_by':'pos_categ_id'}"/>
</filter>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment