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

What is the code I need to add into the sale.order Qweb view report to display the bank account number and sort code on the saleorder pdf print template?

To help, here is the code for displaying 'Quotation Date' and and 'Salesperson' in the same line that I want this bank account info to be added:

    </div>

                <div t-if="doc.date_order and doc.state in ['draft','sent']" class="col-xs-3">

                    <strong>Quotation Date:</strong>

                    <p t-field="doc.date_order"/>

                </div>

                <div t-if="doc.user_id.name" class="col-xs-3">

                    <strong>Salesperson:</strong>

                    <p t-field="doc.user_id"/>

                </div>


Please suggest the lines code I should add in to make this work. Also if there are any other settings within the sale.order report or the Qweb view that I need to change.

頭像
捨棄
最佳答案

Any ideas?

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
6月 19
3754
0
11月 24
1043
0
2月 24
1034
0
12月 20
2895
1
6月 18
5921