Hello, my question is : How to change the word "Invoice" to "Note" in Odoo 15
Example: Invoice INV/2020/07/0003 -> Note INV/2020/07/0003
And thank you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello, my question is : How to change the word "Invoice" to "Note" in Odoo 15
Example: Invoice INV/2020/07/0003 -> Note INV/2020/07/0003
And thank you.
Hi,
Please refer to the below code if you want to change the word 'Invoice' to 'Note' on the invoice report .
<template id="report_invoice_document_extend" inherit_id="account.report_invoice_document">
<xpath expr="//div[1]/h2/span[1]" position="replace">
<span t-if="o.move_type == 'out_invoice' and o.state == 'posted'">Note</span>
</xpath>
</template>
Hope it helps
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.