Skip to content

Commit

Permalink
[IMP] product_category_lot_serial: adjust views
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Oct 29, 2024
1 parent c022264 commit 273e184
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions product_category_lot_serial/views/product_category_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
<field name="model">product.category</field>
<field name="inherit_id" ref="product.product_category_form_view" />
<field name="arch" type="xml">
<group name="first" position="after">
<group name="sequence" col="2">
<field
name="sequence_id"
domain="[('code','=','stock.lot.serial')]"
/>
</group>
</group>
<field name="parent_id" position="after">
<field
name="sequence_id"
domain="[('code','=','stock.lot.serial')]"
class="oe_inline"
/>
</field>
</field>
</record>

Expand Down

0 comments on commit 273e184

Please sign in to comment.