diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-06-21 15:38:25 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-06-21 15:38:25 +0700 |
| commit | a43aa510206590429cd518cc143bfed4e2a66112 (patch) | |
| tree | 017505341aa9da3b8cd4f81f80cb1248fb95dfea | |
| parent | 803e4f8b3cf9c1d6a43a354023edc1e065f4121e (diff) | |
test adding custom report
| -rw-r--r-- | indoteknik_custom/__manifest__.py | 3 |
1 files changed, 3 insertions, 0 deletions
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': [], |
