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