Skip to content

Commit

Permalink
Merge PR #199 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Sep 8, 2024
2 parents 83bfc57 + 239aa14 commit 3fb2892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_brand/views/product_brand_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<field name="res_model">product.brand</field>
<field name="view_mode">kanban,form,tree</field>
<field name="target">current</field>
<field name="domain">[('product_ids', 'in', id)]</field>
<field name="domain">[('product_ids', 'in', active_id)]</field>
</record>
<record id="view_product_brand_form" model="ir.ui.view">
<field name="name">product.brand.form</field>
Expand Down

0 comments on commit 3fb2892

Please sign in to comment.