Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
6708 Visualizzazioni

I sell in multiple currencies that share the same currency symbol ($).

How can I specify the meaning of the currency symbol on the Sales Order (and Quotes for that matter) that I send to Customers?

Avatar
Abbandona
Autore Risposta migliore

You can modify the QWEB report template, ideally inheriting and overriding the report provided by Odoo.

Take a look at the report called report_saleorder_document

To show the Currency after where Payment Terms would be shown, add this after the Payment Terms div:

 <div t-if="o.pricelist_id.currency_id" class="col-xs-3">
   <strong>Currency:</strong>
   <p t-field="o.pricelist_id.currency_id.name"/>
 </div>
Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
4
lug 16
2191
1
mar 15
3486
0
mar 15
4312
0
giu 16
5547
8
nov 23
7730