[FIX] stock_usability: stop adding a field in stock_usability which is defined in mrp !

This commit is contained in:
Alexis de Lattre
2024-02-13 17:00:08 +01:00
parent fcf67f4fd9
commit 97d57e40eb
3 changed files with 22 additions and 1 deletions

View File

@@ -80,7 +80,6 @@
<field name="arch" type="xml">
<field name="reference" position="before">
<field name="picking_id" attrs="{'invisible': [('picking_id', '=', False)]}"/>
<field name="production_id" attrs="{'invisible': [('production_id', '=', False)]}"/>
</field>
</field>
</record>