From 9dbae80871e94f439ea1b6c3cf6a13cab9221532 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 10 Dec 2024 10:27:44 +0700 Subject: barcode product --- indoteknik_custom/views/stock_picking.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 562be8d9..20fc709e 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -120,6 +120,7 @@ + -- cgit v1.2.3 From 5343cbd0bfceb6bd50dbbed55a1de4b116f5fef4 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Fri, 13 Dec 2024 15:53:20 +0700 Subject: update code --- indoteknik_custom/views/stock_picking.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 562be8d9..57291316 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -65,6 +65,8 @@ + + -- cgit v1.2.3 From 01d85b9f0d8fc70c35eaa13a154f3443fc35f1c6 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 18 Dec 2024 10:25:09 +0700 Subject: new field qr code variant --- indoteknik_custom/views/stock_picking.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 20fc709e..fab83885 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -121,6 +121,7 @@ + @@ -169,11 +170,24 @@ + + + stock.move.line.operations.tree.inherit stock.move.line -- cgit v1.2.3 From 02d27a0e871dd4949c9382000843cd35dd3db3f8 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 8 Jan 2025 09:48:07 +0700 Subject: automatic email bill, api lalamove --- indoteknik_custom/views/stock_picking.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index fab83885..9d22903e 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -61,6 +61,11 @@ type="object" attrs="{'invisible': [('carrier_id', '!=', 151)]}" /> + @@ -168,6 +173,17 @@ + + + + + + + + + + + -- cgit v1.2.3 From 20b7432d8566d25371e3a3277ed3931aa59cdf0c Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Sat, 11 Jan 2025 15:56:13 +0700 Subject: cr attrs product uom qty --- indoteknik_custom/views/stock_picking.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index be281983..e38dd0c7 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -85,7 +85,7 @@ - 1 + {'readonly': [('picking_type_code', '=', 'incoming')]} -- cgit v1.2.3 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(-) (limited to 'indoteknik_custom/views/stock_picking.xml') 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