Skip to content

Commit

Permalink
[IMP] product_brand: better position for group by filter in sale.report
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantodorovich authored and henrybackman committed Oct 31, 2024
1 parent 9c9a112 commit 472f2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_brand/reports/sale_report_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<field name="inherit_id" ref="sale.view_order_product_search" />
<field name="model">sale.report</field>
<field name="arch" type="xml">
<filter name="Customer" position="after">
<filter name="Category" position="after">
<filter
string="Brand"
string="Product Brand"
name="brand"
context="{'group_by':'product_brand_id'}"
/>
Expand Down

0 comments on commit 472f2fb

Please sign in to comment.