From 985f2175d80b7d2fce25813512ad6f1df28dd1b9 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 12 Jan 2023 15:45:03 +0700 Subject: custom invoice print --- indoteknik_custom/__manifest__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/__manifest__.py') diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 421b7cb2..92fa895c 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -60,6 +60,7 @@ 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', 'report/purchase_order.xml', + 'report/report_invoice.xml' ], 'demo': [], 'css': [], -- cgit v1.2.3