Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4950 Zobrazení

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
Zrušit
Nejlepší odpověď

Any ideas?

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvn 19
3769
0
lis 24
1050
0
úno 24
1038
0
pro 20
2900
1
čvn 18
5930