Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4857 Tampilan

Hi all

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

Avatar
Buang
Jawaban Terbai

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
Buang

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

Post Terkait Replies Tampilan Aktivitas
1
Mar 15
6741
0
Mar 15
4662
2
Mar 15
7305
2
Jun 25
2222
4
Mei 24
6199