Hello,
I can create an ordered list in a report:
- Item 1
- Item
this gives me
1. Item 1
2. Item 2
What I want is for this to work in a report:
- Item1
- item2
a. Item 1
b. Item 2
any ideas/help?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I can create an ordered list in a report:
this gives me
1. Item 1
2. Item 2
What I want is for this to work in a report:
a. Item 1
b. Item 2
any ideas/help?
In order to have this marked as answered, I am rewriting my comment as an answer:
It seems like Odoo overrides these. Try adding style="list-style-type: lower-alpha;" on your ordered list
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrácia| Related Posts | Replies | Zobrazenia | Aktivita | |
|---|---|---|---|---|
|
2
okt 25
|
3150 | |||
|
1
okt 25
|
970 | |||
|
1
aug 25
|
1564 | |||
|
1
apr 25
|
2318 | |||
|
1
júl 24
|
2647 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Ok, I used code in that post that did not stay as code. I am using the OL html command with type ="a" for my list, but the list still comes out as numbers, and not lower case letters.
This can be done using the correct type (type="a") on your ordered list.
Edit: It seems like Odoo overrides these. Try adding style="list-style-type: lower-alpha;" on your ordered list
It seems like Odoo overrides these. Try adding style="list-style-type: lower-alpha;" on your ordered list
THIS WORKED!!!!! Thank you!!!!!!