Always show location_id on stock inventory line

This commit is contained in:
Alexis de Lattre
2021-04-28 11:34:28 +02:00
parent 96bfda6e1b
commit 50b4944c8b

View File

@@ -21,6 +21,9 @@
<attribute name="decoration-info">product_qty &gt; theoretical_qty</attribute> <attribute name="decoration-info">product_qty &gt; theoretical_qty</attribute>
<attribute name="decoration-danger">product_qty &lt; theoretical_qty</attribute> <attribute name="decoration-danger">product_qty &lt; theoretical_qty</attribute>
</tree> </tree>
<field name="location_id" position="attributes">
<attribute name="invisible">0</attribute>
</field>
</field> </field>
</record> </record>