From eba12015d465f1a0ed5f4806460352707f2961f7 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 13 Apr 2023 13:10:20 +0700 Subject: custom report picking list --- indoteknik_custom/__manifest__.py | 3 ++- indoteknik_custom/report/report_picking.xml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 indoteknik_custom/report/report_picking.xml diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 6e67afe1..e2c6eedd 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -74,7 +74,8 @@ 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', 'report/purchase_order.xml', - 'report/report_invoice.xml' + 'report/report_invoice.xml', + 'report/report_picking.xml' ], 'demo': [], 'css': [], diff --git a/indoteknik_custom/report/report_picking.xml b/indoteknik_custom/report/report_picking.xml new file mode 100644 index 00000000..86cad03f --- /dev/null +++ b/indoteknik_custom/report/report_picking.xml @@ -0,0 +1,14 @@ + + + -- cgit v1.2.3