stock_usability: improve display of reservations

mrp_usability: disable change in view to fix a bug
This commit is contained in:
Alexis de Lattre
2022-10-29 21:45:02 +02:00
parent 70957e8404
commit 5c14e3199e
3 changed files with 9 additions and 2 deletions

View File

@@ -34,6 +34,11 @@
<field name="restrict_partner_id" readonly="1"/>
</group>
</group>
<group name="linked_group" position="after">
<group name="move_line_ids" string="Product Moves" colspan="2">
<field name="move_line_ids" nolabel="1" readonly="1" colspan="2"/>
</group>
</group>
</field>
</record>