Skip to Content
Menu
This question has been flagged
2 Replies
1818 Views

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?

Avatar
Discard
Best Answer

"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.



Avatar
Discard
Best Answer

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"

Avatar
Discard