Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4459 Vues

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
Ignorer
Auteur Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
2
oct. 25
2711
1
oct. 25
188
1
août 25
1067
1
avr. 25
1972
1
juil. 24
2350