[IMP] stock_usability: hide user_id by default in quant tree view

This commit is contained in:
Alexis de Lattre
2025-01-29 23:01:36 +01:00
parent e35ce49ee2
commit 8200eb2dea

View File

@@ -54,6 +54,9 @@
<field name="user_id" position="before">
<field name="in_date" optional="hide"/>
</field>
<field name="user_id" position="attributes">
<attribute name="optional">hide</attribute>
</field>
</field>
</record>