Skip to content

Commit

Permalink
Merge pull request #463 from ForgeFlow/16.0-fix-rma-product_category_…
Browse files Browse the repository at this point in the history
…view

[16.0][FIX] rma: correctly display fields in product category view
  • Loading branch information
LoisRForgeFlow authored Oct 10, 2023
2 parents b5a55ac + 4e29283 commit f2ab5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rma/views/product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="model">product.category</field>
<field name="inherit_id" ref="stock.product_category_form_view_inherit" />
<field name="arch" type="xml">
<field name="removal_strategy_id" position="after">
<group name="logistics" position="after">
<group name="rma">
<field
name="rma_approval_policy"
Expand All @@ -22,7 +22,7 @@
domain="[('type','=','supplier')]"
/>
</group>
</field>
</group>
</field>
</record>

Expand Down

0 comments on commit f2ab5eb

Please sign in to comment.