diff options
| -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> |
