From 276faba0be00d0f35423d030cd7b9d5ed0b0ff66 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Fri, 6 Mar 2026 23:27:35 +0700 Subject: can search soo number in stock picking transfer name --- fixco_custom/views/stock_picking.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml index 2e19946..c13c5d9 100755 --- a/fixco_custom/views/stock_picking.xml +++ b/fixco_custom/views/stock_picking.xml @@ -153,20 +153,21 @@ - ['|','|','|', + ['|','|','|','|', ('name', 'ilike', self), ('origin', 'ilike', self), ('invoice_mp', 'ilike', self), + ('number_soo', 'ilike', self), ('order_reference', 'ilike', self) ] - + -- cgit v1.2.3