i want to display sequence using alphabet in report.rml
example
a. name
b. birthday
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i want to display sequence using alphabet in report.rml
example
a. name
b. birthday
In QWEB:
You could do it using the ol tag like:
See more here:<ol type="a">
<li>name</li>
<li>birthday</li>
</ol>
http://www.w3schools.com/tags/att_ol_type.asp
In RML:
You could do it using the ol tag like:
<ol bulletType="a">
<li>name</li>
<li>birthday</li>
</ol>
See more here:
http://www.reportlab.com/examples/rml/test/test_046_lists.rml
Sorry, that was for qweb reports, not rml
RML version added
Mr Axel, thanks before i want ask again
i have use this code
<ol bulletType="a">
<blockTable colWidths="1.5cm,8.5cm,8cm" style="Table_String2">
<tr>
<td><li><para style="terp_default_right">.</para></li></td>
<td><para style="terp_default">Projek name </para></td>
<td><para style="terp_default">: [[ x.nama_proyek ]]</para></td>
</tr>
</blockTable>
</ol>
but its doenst work, areu u know how to solve this code?
i want show
a. | Project Name | Tunas Enterprise Dealer System |
What is showing with that code?
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
ago. 17
|
8929 | ||
|
1
ago. 16
|
7582 | ||
What is the use of sale_report.py ?
Resolvido
|
|
1
out. 15
|
3421 | |
How to start a new report?
Resolvido
|
|
3
set. 15
|
3647 | |
Close wizard after print report
Resolvido
|
|
3
fev. 24
|
12563 |