Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4851 Vizualizări

Hi all

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

Imagine profil
Abandonează
Cel mai bun răspuns

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>

Imagine profil
Abandonează

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

Related Posts Răspunsuri Vizualizări Activitate
1
mar. 15
6722
0
mar. 15
4655
2
mar. 15
7294
2
iun. 25
2205
4
mai 24
6177