1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_it_edi_doi/views/report_invoice.xml
2024-12-10 09:04:09 +07:00

11 lines
444 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="report_invoice_document" inherit_id="account.report_invoice_document">
<div name="comment" position="before">
<div t-if="o.l10n_it_edi_doi_id">
<span>Your Declaration of Intent number <span t-field="o.l10n_it_edi_doi_id"/> from <span t-field="o.l10n_it_edi_doi_id.issue_date"/>.</span>
</div>
</div>
</template>
</odoo>