Hi all
I want to add series number for sales order lines in view and report How i can do that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all
I want to add series number for sales order lines in view and report How i can do that?
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>
I think this code fits for report. What is the code for view case, and where to put it?
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
3월 15
|
6766 | ||
|
0
3월 15
|
4689 | ||
|
2
3월 15
|
7348 | ||
|
2
6월 25
|
2256 | ||
|
4
5월 24
|
6223 |