diff --git a/views/stock_picking_type_view.xml b/views/stock_picking_type_view.xml index 766a3127499f4f59cfc64d457e89746e5f233105..8798fef65990d13be81b41d807e5cd3447d24158 100644 --- a/views/stock_picking_type_view.xml +++ b/views/stock_picking_type_view.xml @@ -48,11 +48,6 @@ <xpath expr="//field[@name='truck_license_plate']/..//field[@name='carrier_id']" position="attributes"> <attribute name="attrs"></attribute> </xpath> - <!-- - <xpath expr="//field[@name='truck_license_plate']/..//field[@name='carrier_tracking_ref']" position="attributes"> - <attribute name="attrs"></attribute> - </xpath> - --> </field> </record> @@ -63,7 +58,7 @@ <field name="inherit_id" ref="stock.view_picking_form" /> <field name="arch" type="xml"> <field name="carrier_id" position="attributes"> - <attribute name="readonly">1</attribute> + <attribute name="readonly">0</attribute> </field> <field name="user_id" position="attributes"> <attribute name="readonly">1</attribute>