From 88a54aebe579809dcaf8d8fd9640d5c4db83f2d6 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Sat, 11 Jan 2025 16:15:08 +0700 Subject: fix bug --- indoteknik_custom/views/stock_picking.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index e38dd0c7..882e5a29 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -85,7 +85,7 @@ - {'readonly': [('picking_type_code', '=', 'incoming')]} + {'readonly': [('parent.picking_type_code', '=', 'incoming')]} -- cgit v1.2.3