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

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
Zrušit
Nejlepší odpověď

"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
Zrušit
Nejlepší odpověď

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
Zrušit