Skip to content
Snippets Groups Projects
Commit ecae32ac authored by Nicolas Russo's avatar Nicolas Russo
Browse files

Merge branch 'T8310' into 'master'

[FIX][T8750] Carried readonly removed for logistic users

See merge request !70
parents 9c008a85 d9edec31
Branches master
No related tags found
1 merge request!70[FIX][T8750] Carried readonly removed for logistic users
...@@ -48,11 +48,6 @@ ...@@ -48,11 +48,6 @@
<xpath expr="//field[@name='truck_license_plate']/..//field[@name='carrier_id']" position="attributes"> <xpath expr="//field[@name='truck_license_plate']/..//field[@name='carrier_id']" position="attributes">
<attribute name="attrs"></attribute> <attribute name="attrs"></attribute>
</xpath> </xpath>
<!--
<xpath expr="//field[@name='truck_license_plate']/..//field[@name='carrier_tracking_ref']" position="attributes">
<attribute name="attrs"></attribute>
</xpath>
-->
</field> </field>
</record> </record>
...@@ -63,7 +58,7 @@ ...@@ -63,7 +58,7 @@
<field name="inherit_id" ref="stock.view_picking_form" /> <field name="inherit_id" ref="stock.view_picking_form" />
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="carrier_id" position="attributes"> <field name="carrier_id" position="attributes">
<attribute name="readonly">1</attribute> <attribute name="readonly">0</attribute>
</field> </field>
<field name="user_id" position="attributes"> <field name="user_id" position="attributes">
<attribute name="readonly">1</attribute> <attribute name="readonly">1</attribute>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment