From a67b6e3dec66e90c59db6ffac21f6a831db938ef Mon Sep 17 00:00:00 2001 From: Mqdd Date: Fri, 2 Jan 2026 20:48:34 +0700 Subject: add shipment group field in view --- fixco_custom/views/stock_picking.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml index bb1cac8..80add71 100755 --- a/fixco_custom/views/stock_picking.xml +++ b/fixco_custom/views/stock_picking.xml @@ -46,6 +46,7 @@ + @@ -63,7 +64,7 @@ - + @@ -89,7 +90,7 @@ filter_domain="['|', '|', ('name', 'ilike', self), ('origin', 'ilike', self), ('invoice_mp', 'ilike', self)]"/> - + Shipment Group @@ -98,7 +99,7 @@ code action = records.open_form_shipment_group() - + Print Picking List @@ -142,4 +143,4 @@ - \ No newline at end of file + -- cgit v1.2.3