diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-12 16:21:39 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-12 16:21:39 +0700 |
| commit | f1ec58d2bafd95927d75e448b3d4fbc2d0cb2796 (patch) | |
| tree | 7896b5fd36c8aca81af92a00ad038f1ffe1b085e /indoteknik_custom/__manifest__.py | |
| parent | 8204c2e7fa08fda5f4ef88258314f7189213d369 (diff) | |
fix
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 3 |
1 files changed, 2 insertions, 1 deletions
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': [], |
