mrp_usability: remove readonly on location field
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//field[@name='active_move_line_ids']/tree/field[@name='location_id']" position="attributes">
|
<xpath expr="//field[@name='active_move_line_ids']/tree/field[@name='location_id']" position="attributes">
|
||||||
<attribute name="invisible">0</attribute>
|
<attribute name="invisible">0</attribute>
|
||||||
<attribute name="readonly">1</attribute>
|
<attribute name="readonly">0</attribute>
|
||||||
<attribute name="groups">stock.group_stock_multi_locations</attribute>
|
<attribute name="groups">stock.group_stock_multi_locations</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user