This commit is contained in:
gsinghpal
2026-03-13 12:38:28 -04:00
parent db4b9aa278
commit fc3c966484
2975 changed files with 1614 additions and 498 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="action_report_pdf_print_preview" model="ir.actions.report">
<field name="name">Pdf print preview</field>
<record id="action_report_fusion_pdf_preview" model="ir.actions.report">
<field name="name">Fusion PDF Preview</field>
<field name="model">res.users</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">pdf_print_preview.report_error_catcher</field>
<field name="report_name">fusion_pdf_preview.report_error_catcher</field>
</record>
</odoo>

View File

@@ -6,7 +6,7 @@
<t t-call="web.html_container">
<t t-call="web.internal_layout">
<div class="page">
<h5><b>Oops</b> Something went wrong when we printing the PDF:</h5>
<h5><b>Oops!</b> Something went wrong while generating the PDF:</h5>
<br/>
<div class="alert alert-danger">
<p><t t-esc="error" /></p>