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

Hi all

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer

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

Publications associées Réponses Vues Activité
1
mars 15
6717
0
mars 15
4638
2
mars 15
7278
2
juin 25
2199
4
mai 24
6175