From a43aa510206590429cd518cc143bfed4e2a66112 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Jun 2022 15:38:25 +0700 Subject: test adding custom report --- indoteknik_custom/__manifest__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index fb309c56..9b46313f 100644 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -23,6 +23,9 @@ 'views/x_manufactures.xml', 'views/x_partner_purchase_order.xml', 'views/x_product_tags.xml', + 'report/report.xml', + 'report/report_banner_banner.xml', + 'report/report_banner_banner2.xml', ], 'demo': [], 'css': [], -- cgit v1.2.3