Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4249 Zobrazení

I am trying to customize a new invoice template. I am done with all the customizations I was asked for but now I am stuck with a problem in the tax text that appears under the lines in the statement. I want to inherit : tax_group_totals view or document_tax_totals view and update it according to my need. Is there any piece of code that can help me achieve this please? Appreciate your help

Avatar
Zrušit
Nejlepší odpověď

Hi,

You can inherit document_tax_totals template like following.

<template id="report_sales_total_inherited" inherit_id="account.document_tax_totals">


    Add your custom code using xpath


</template>

Or

You can call a new template in the invoice report with the same code as document_tax_totals.

template id of invoice report is account.report_invoice_document

For more reference you can check the blog below.

https://www.cybrosys.com/blog/inheriting-existing-pdf-reports-in-odoo14

Regards

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
bře 24
1610
2
lis 16
4462
2
bře 15
5650
2
čvn 25
1048
0
říj 24
1003