From f1ec58d2bafd95927d75e448b3d4fbc2d0cb2796 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 12 Jan 2023 16:21:39 +0700 Subject: fix --- indoteknik_custom/__manifest__.py | 3 ++- indoteknik_custom/report/report_invoice.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 indoteknik_custom/report/report_invoice.xml diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 818607c1..92fa895c 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -59,7 +59,8 @@ 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', - 'report/purchase_order.xml' + 'report/purchase_order.xml', + 'report/report_invoice.xml' ], 'demo': [], 'css': [], diff --git a/indoteknik_custom/report/report_invoice.xml b/indoteknik_custom/report/report_invoice.xml new file mode 100644 index 00000000..cc9361a4 --- /dev/null +++ b/indoteknik_custom/report/report_invoice.xml @@ -0,0 +1,11 @@ + + + -- cgit v1.2.3