Skip to Content
Menu
This question has been flagged
1 Atsakyti
4325 Rodiniai

Currently on the Sales Order report, the Terms print on two lines:

Payment Term:

30 NET Days

I would like it like this:

Payment Term: 30 NET Days

The current code is:

                <div t-if="o.payment_term" class="col-xs-3">
                    <strong>Payment Term:</strong>
                    <p t-field="o.payment_term"/>
                </div>

Portretas
Atmesti
Autorius Best Answer

I should have looked at the bottom of the report. Change the paragraph tag to a span tag:

<div t-if="o.payment_term" class="col-xs-3">
                    <strong>Payment Term:</strong>
                    <span t-field="o.payment_term"/>
                </div>

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
rugp. 25
584
1
bal. 25
1599
1
rugs. 24
2273
1
liep. 24
2037
1
geg. 24
4460