Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
4922 Visninger

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.

Avatar
Kassér
Bedste svar

Any ideas?

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
jun. 19
3746
0
nov. 24
1036
0
feb. 24
1034
0
dec. 20
2895
1
jun. 18
5917