mrp_usability: remove readonly on location field

This commit is contained in:
Alexis de Lattre
2021-01-29 21:55:26 +01:00
parent 2fe0ad51c7
commit 09b73d1994

View File

@@ -43,7 +43,7 @@
</xpath>
<xpath expr="//field[@name='active_move_line_ids']/tree/field[@name='location_id']" position="attributes">
<attribute name="invisible">0</attribute>
<attribute name="readonly">1</attribute>
<attribute name="readonly">0</attribute>
<attribute name="groups">stock.group_stock_multi_locations</attribute>
</xpath>
</field>