diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-12 15:53:03 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-12 15:53:03 +0700 |
| commit | b45655a8598d1d841c7cc6c1049e83a6b53a10ef (patch) | |
| tree | c09d0fdd0ff191ee21bfa037671450d87261d58c | |
| parent | 80585674bc624a63b137caf643aa5a716c96b117 (diff) | |
manifest
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 3 | ||||
| -rw-r--r-- | indoteknik_custom/report/report_invoice.xml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 92fa895c..818607c1 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -59,8 +59,7 @@ 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', - 'report/purchase_order.xml', - 'report/report_invoice.xml' + 'report/purchase_order.xml' ], 'demo': [], 'css': [], diff --git a/indoteknik_custom/report/report_invoice.xml b/indoteknik_custom/report/report_invoice.xml index bb81e9e6..56d2f04b 100644 --- a/indoteknik_custom/report/report_invoice.xml +++ b/indoteknik_custom/report/report_invoice.xml @@ -1,3 +1,3 @@ <odoo> - + </odoo> |
