Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1839 Widoki

Hello everyone, how can I add the symbol or name of the currency in which the document is generated in the sales quote report, sales order and customer invoice? Odoo version is 16 enterprise

Can it be done with studio?

Awatar
Odrzuć
Najlepsza odpowiedź

"t-esc="current_subtotal"
t-options='{"widget": "monetary", "display_currency": doc.pricelist_id.currency_id}' />"

This way by using widget monetary and specifying currency field which you would like to add --- Will attach a symbol of currency.



Awatar
Odrzuć
Najlepsza odpowiedź

Have you seen (did you search and find) https://www.odoo.com/forum/help-1/how-can-i-show-the-currency-of-a-sales-order-on-the-printed-pdf-87313

Found with the Google search "odoo add currency to sales order pdf"

Awatar
Odrzuć