diff --git a/pms/__manifest__.py b/pms/__manifest__.py index f3fc20589..c3d0f0668 100644 --- a/pms/__manifest__.py +++ b/pms/__manifest__.py @@ -92,6 +92,8 @@ "views/res_partner_id_category.xml", "views/payment_transaction_views.xml", "views/account_move_line_views.xml", + "report/proforma_report_templates.xml", + "report/proforma_report.xml", ], "demo": [ "demo/pms_master_data.xml", diff --git a/pms/report/invoice.xml b/pms/report/invoice.xml index a7e97acc4..a16fd8da4 100644 --- a/pms/report/invoice.xml +++ b/pms/report/invoice.xml @@ -1,30 +1,47 @@ diff --git a/pms/report/proforma_report.xml b/pms/report/proforma_report.xml new file mode 100644 index 000000000..b5212fdb2 --- /dev/null +++ b/pms/report/proforma_report.xml @@ -0,0 +1,15 @@ + + + + + PRO-FORMA Invoice + account.move + qweb-pdf + pms.report_pms_pro_forma + pms.report_pms_pro_forma + 'PRO-FORMA - %s' % (object.name) + + report + + + diff --git a/pms/report/proforma_report_templates.xml b/pms/report/proforma_report_templates.xml new file mode 100644 index 000000000..bc8ac6a2c --- /dev/null +++ b/pms/report/proforma_report_templates.xml @@ -0,0 +1,17 @@ + + + + + + diff --git a/pms_l10n_es/__manifest__.py b/pms_l10n_es/__manifest__.py index f57c7fd50..e75e38fc0 100644 --- a/pms_l10n_es/__manifest__.py +++ b/pms_l10n_es/__manifest__.py @@ -42,6 +42,7 @@ "views/precheckin_portal_templates.xml", "wizards/traveller_report.xml", "wizards/wizard_ine.xml", + "reports/invoice.xml", ], "installable": True, } diff --git a/pms_l10n_es/reports/invoice.xml b/pms_l10n_es/reports/invoice.xml new file mode 100644 index 000000000..818916911 --- /dev/null +++ b/pms_l10n_es/reports/invoice.xml @@ -0,0 +1,15 @@ + + + +