Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4709 Weergaven

Hi all

I want to add series number for sales order lines in view and report How i can do that?

Avatar
Annuleer
Beste antwoord

You can use as below codes:

<tr t-foreach="o.order_line" t-as="l">

<td>

<span t-esc="str(l_index+1)"/>

</td>

</tr>

Avatar
Annuleer

I think this code fits for report. What is the code for view case, and where to put it?

Gerelateerde posts Antwoorden Weergaven Activiteit
1
mrt. 15
6600
0
mrt. 15
4536
2
mrt. 15
7148
2
jun. 25
1903
4
mei 24
6028