Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4724 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
6619
0
Mar 15
4546
2
Mar 15
7164
2
Jun 25
1929
4
Mei 24
6042