Hello,
I am trying to change a field of a report. I want to change TIN for NIT. I send an image to explain the change https://pasteboard.co/HjHnn9f.png
Thank you!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I am trying to change a field of a report. I want to change TIN for NIT. I send an image to explain the change https://pasteboard.co/HjHnn9f.png
Thank you!
Hello Juan,
For Odoo v11:
For that you can set "Vat Label" in Country of your Company, if it is not set in country then it will default display "TIN"
Here, I have attached screenshot.
Odoo v10 & v9 :
You can inherit external_layout_footer as following :
<template id="external_layout_footer" inherit_id="report.external_layout_footer"> <xpath expr="// li[@t-if='company.vat']" position="replace"> <li t-if="company.vat">NIT: <span t-field="company.vat"/></li> </xpath> </template>
Thanks,
Thank you very much, the configuration worked
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
1
aug. 25
|
371 | ||
|
3
mei 25
|
1722 | ||
|
1
apr. 25
|
1505 | ||
|
1
apr. 25
|
1283 | ||
one2one relational field
Opgelost
|
|
3
sep. 24
|
14173 |
Please use a meaningful title.