تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
6703 أدوات العرض

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
يوليو 16
2191
1
مارس 15
3479
0
مارس 15
4307
0
يونيو 16
5542
8
نوفمبر 23
7726