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,
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,
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
2
12월 25
|
5673 | |||
|
2
3월 26
|
2155 | |||
|
2
10월 25
|
5624 | |||
|
1
10월 25
|
3035 | |||
|
1
8월 25
|
3703 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Please use a meaningful title.