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

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

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
4
čvc 16
2191
1
bře 15
3411
0
bře 15
4183
0
čvn 16
5401
8
lis 23
7549