From fcd6731bd980731759dca03b1b7c0535fcaeb2a3 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 25 Aug 2022 16:05:19 +0700 Subject: add npwp in purchase order report --- indoteknik_custom/__manifest__.py | 1 + indoteknik_custom/report/purchase_order.xml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 indoteknik_custom/report/purchase_order.xml diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 919a61a2..26e0ddb7 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -35,6 +35,7 @@ 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', + 'report/purchase_order.xml' ], 'demo': [], 'css': [], diff --git a/indoteknik_custom/report/purchase_order.xml b/indoteknik_custom/report/purchase_order.xml new file mode 100644 index 00000000..8ad92ee9 --- /dev/null +++ b/indoteknik_custom/report/purchase_order.xml @@ -0,0 +1,9 @@ + + + -- cgit v1.2.3