Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4321 Prikazi

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>

Avatar
Opusti
Avtor 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>

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
avg. 25
582
1
apr. 25
1597
1
sep. 24
2272
1
jul. 24
2036
1
maj 24
4453