Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5002 Visualizzazioni

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
Abbandona
Risposta migliore

Any ideas?

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
giu 19
3799
0
nov 24
1073
0
feb 24
1051
0
dic 20
2935
1
giu 18
5954