Skip to Content
मेन्यू
This question has been flagged
1 Reply
4322 Views

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
Discard
Author 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
Discard
Related Posts Replies Views Activity
1
अग॰ 25
583
1
अप्रैल 25
1598
1
सित॰ 24
2273
1
जुल॰ 24
2036
1
मई 24
4454