Skip to Content
Menú
This question has been flagged
1 Respondre
6543 Vistes

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
Descartar
Autor Best Answer

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
Descartar
Related Posts Respostes Vistes Activitat
4
de jul. 16
2191
1
de març 15
3311
0
de març 15
4083
0
de juny 16
5327
8
de nov. 23
7520