From d9edec31b1ff41470dae2d72466e5b00e8fbd5d6 Mon Sep 17 00:00:00 2001 From: "nicolas.russo" <nico@AORUSNICO> Date: Thu, 10 Apr 2025 10:05:45 -0300 Subject: [PATCH] [FIX][T8750] Carried readonly removed for logistic users --- views/stock_picking_type_view.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/views/stock_picking_type_view.xml b/views/stock_picking_type_view.xml index 766a312..8798fef 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> -- GitLab