Skip to content
Snippets Groups Projects
Commit 588ab3ff authored by william-andre's avatar william-andre
Browse files

[FIX] account: deduplicate the date string on invoice/refund PDF


Fixup of 706db8a7

closes odoo/odoo#102558

Signed-off-by: default avatarFlorian Gilbert (flg) <flg@odoo.com>
parent a3d543d2
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
<div id="informations" class="row mt32 mb32">
<div class="col-auto mw-100 mb-2" t-if="o.invoice_date" name="invoice_date">
<t t-if="o.type == 'out_invoice'"><strong>Invoice Date:</strong></t>
<t t-if="o.type == 'out_refund'"><strong>Credit Note Date:</strong></t>
<t t-elif="o.type == 'out_refund'"><strong>Credit Note Date:</strong></t>
<t t-else=""><strong>Date:</strong></t>
<p class="m-0" t-field="o.invoice_date"/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment