bullets and numbering in rml

Asked by Pravitha V

hello friends i want to show serial number(slno) for each product in the reports how can i put slno? is der any way to do it in rml? i dont use openoffice report designer.. i used to edit .rml directly.........please do reply.........

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Pravitha V
Solved:
Last query:
Last reply:
Revision history for this message
Pravitha V (pravithavarghese1) said :
#1

please someone please helppppppppppppppppppppppppp

Revision history for this message
Pravitha V (pravithavarghese1) said :
#2

my problem for bullets and numbering solved
just give the following code in the .rml file...
Code:

<td>
  <para style="terp_default_6"><seq id="L1"/></para>
</td>

and
Code:
</blockTable>
<para>
    <seqReset id="L1"/>
</para>
</pto>
</story>
</document>

_________________
Regards,
Nightfury