From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../report/report_picking_batch.xml | 131 +++++++++++++++++++++ .../report/stock_picking_batch_report_views.xml | 14 +++ 2 files changed, 145 insertions(+) create mode 100644 addons/stock_picking_batch/report/report_picking_batch.xml create mode 100644 addons/stock_picking_batch/report/stock_picking_batch_report_views.xml (limited to 'addons/stock_picking_batch/report') diff --git a/addons/stock_picking_batch/report/report_picking_batch.xml b/addons/stock_picking_batch/report/report_picking_batch.xml new file mode 100644 index 00000000..5e4415da --- /dev/null +++ b/addons/stock_picking_batch/report/report_picking_batch.xml @@ -0,0 +1,131 @@ + + + + + + diff --git a/addons/stock_picking_batch/report/stock_picking_batch_report_views.xml b/addons/stock_picking_batch/report/stock_picking_batch_report_views.xml new file mode 100644 index 00000000..0565632b --- /dev/null +++ b/addons/stock_picking_batch/report/stock_picking_batch_report_views.xml @@ -0,0 +1,14 @@ + + + + + Batch Transfer + stock.picking.batch + qweb-pdf + stock_picking_batch.report_picking_batch + stock_picking_batch.report_picking_batch + + report + + + -- cgit v1.2.3