콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
6749 화면

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
3499
0
3월 15
4328
0
6월 16
5561
8
11월 23
7741