İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
1845 Görünümler

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
Vazgeç
En İyi Yanıt

"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
Vazgeç
En İyi Yanıt

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
Vazgeç