From 32e30884a8897bb553be55fae826961af1b970a6 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 1 Jul 2025 13:43:00 +0700 Subject: fix bug price unit so and create xml report print picking list --- fixco_custom/views/report_picking_list.xml | 119 +++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 fixco_custom/views/report_picking_list.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/report_picking_list.xml b/fixco_custom/views/report_picking_list.xml new file mode 100644 index 0000000..1b4ffbe --- /dev/null +++ b/fixco_custom/views/report_picking_list.xml @@ -0,0 +1,119 @@ + + + + + Print Picking List + stock.picking + qweb-pdf + fixco_custom.report_picking_list_custom + fixco_custom.report_picking_list_custom + 'Print Picking List - %s - %s' % (object.partner_id.name or '', object.name) + + report + + + + \ No newline at end of file -- cgit v1.2.3