hi, i want ask how to show alphabet sequence in report rml like this,
a. Name Susi b. Address Sumedang hope anyone can help me, thanks before
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
3149
Views
Hi
you can use this code to print alphabet sequence:
<html>
<body>
<ol type="a">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</body>
</html>
hi mr.krupesh.. thanks for your answer i have try with your code using
- but its doesnt work
@Susi, start tag ol I thin it will work.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Mar 15
|
4952 | ||
|
1
Nov 22
|
1817 | ||
|
1
Sep 22
|
1656 | ||
|
0
Jun 21
|
2840 | ||
|
0
Mar 21
|
1548 |