stock_usability: Add product_barcode on orderpoint tree view (optional hide)

This commit is contained in:
Alexis de Lattre
2024-09-12 21:28:51 +02:00
parent 7b8c35a384
commit 4e68c48110
2 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,9 @@
<field name="model">stock.warehouse.orderpoint</field>
<field name="inherit_id" ref="stock.view_warehouse_orderpoint_tree_editable" />
<field name="arch" type="xml">
<field name="product_id" position="after">
<field name="product_barcode" optional="hide"/>
</field>
<field name="trigger" position="attributes">
<attribute name="optional">show</attribute>
</field>