跳至內容
選單
此問題已被標幟
1 回覆
6706 瀏覽次數

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?

頭像
捨棄
作者 最佳答案

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>
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
4
7月 16
2191
1
3月 15
3480
0
3月 15
4308
0
6月 16
5544
8
11月 23
7727