From 3d953861edbdc072e612ef0663a185f0f64c60ae Mon Sep 17 00:00:00 2001 From: Mqdd Date: Tue, 6 Jan 2026 10:25:31 +0700 Subject: done action get picking --- fixco_custom/views/print_picking_list.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/print_picking_list.xml b/fixco_custom/views/print_picking_list.xml index a6a33b5..1bbf715 100644 --- a/fixco_custom/views/print_picking_list.xml +++ b/fixco_custom/views/print_picking_list.xml @@ -15,7 +15,8 @@ print.picking.list.line - + + @@ -25,15 +26,22 @@ print.picking.list
+
+
- + - + -- cgit v1.2.3 From 2c860562b22cf562dd7e51bda853ff9bb602a549 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Tue, 6 Jan 2026 11:41:39 +0700 Subject: fix sequence ppl --- fixco_custom/views/ir_sequence.xml | 10 +++++----- fixco_custom/views/print_picking_list.xml | 16 ++++++++++------ 2 files changed, 15 insertions(+), 11 deletions(-) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/ir_sequence.xml b/fixco_custom/views/ir_sequence.xml index e4845f7..59572d2 100644 --- a/fixco_custom/views/ir_sequence.xml +++ b/fixco_custom/views/ir_sequence.xml @@ -11,7 +11,7 @@ 1 4 - + Upload Payments upload.payments @@ -33,7 +33,7 @@ 1 4 - + Shipment Group shipment.group @@ -44,7 +44,7 @@ 1 4 - + Print Picking List print.picking.list @@ -53,7 +53,7 @@ 5 1 1 - 4 + @@ -78,4 +78,4 @@ 4 - \ No newline at end of file + diff --git a/fixco_custom/views/print_picking_list.xml b/fixco_custom/views/print_picking_list.xml index 1bbf715..5e945ac 100644 --- a/fixco_custom/views/print_picking_list.xml +++ b/fixco_custom/views/print_picking_list.xml @@ -4,8 +4,9 @@ print.picking.list.tree print.picking.list - - + + + @@ -34,10 +35,13 @@ /> - - - - +
+

+ +

+
+ + -- cgit v1.2.3 From 4c43a3f542de0d0dea89c514f0e038459415b544 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Tue, 6 Jan 2026 13:48:56 +0700 Subject: fix wkwkwk --- fixco_custom/views/print_picking_list.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/print_picking_list.xml b/fixco_custom/views/print_picking_list.xml index 5e945ac..12892ab 100644 --- a/fixco_custom/views/print_picking_list.xml +++ b/fixco_custom/views/print_picking_list.xml @@ -17,7 +17,12 @@ + + + + + @@ -27,13 +32,13 @@ print.picking.list -
+

-- cgit v1.2.3 From cae55aa3ec4af039d7361fbcb2327335a693d31e Mon Sep 17 00:00:00 2001 From: Mqdd Date: Thu, 8 Jan 2026 11:37:03 +0700 Subject: fix qweb print picking list --- fixco_custom/views/print_picking_list.xml | 31 +---- fixco_custom/views/report_picking_list_new.xml | 177 +++++++++++++++++++++++++ 2 files changed, 184 insertions(+), 24 deletions(-) create mode 100644 fixco_custom/views/report_picking_list_new.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/print_picking_list.xml b/fixco_custom/views/print_picking_list.xml index 12892ab..fe826d0 100644 --- a/fixco_custom/views/print_picking_list.xml +++ b/fixco_custom/views/print_picking_list.xml @@ -4,9 +4,8 @@ print.picking.list.tree print.picking.list - - - + + @@ -16,13 +15,7 @@ print.picking.list.line - - - - - - - + @@ -32,21 +25,11 @@ print.picking.list - -
-

- -

-
- - + + + + diff --git a/fixco_custom/views/report_picking_list_new.xml b/fixco_custom/views/report_picking_list_new.xml new file mode 100644 index 0000000..a91be31 --- /dev/null +++ b/fixco_custom/views/report_picking_list_new.xml @@ -0,0 +1,177 @@ + + + + + Print Picking List new + stock.picking + qweb-pdf + fixco_custom.report_picking_list_custom_new + fixco_custom.report_picking_list_custom_new + 'Print Picking List new- %s - %s' % (object.partner_id.name or '', object.name) + + + report + + + + -- cgit v1.2.3