Skip to content

Commit

Permalink
Merge PR #213 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Nov 6, 2024
2 parents 9c9a112 + 472f2fb commit e4ec353
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 e4ec353

Please sign in to comment.