Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3894 Visualizzazioni

Hello,

     I can create an ordered list in a report:

  1. Item 1
  2. Item


this gives me

1. Item 1

2. Item 2


What I want is for this to work in a report:

  1. Item1
  2. item2


a. Item 1

b. Item 2


any ideas/help?



Avatar
Abbandona
Autore

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

Autore

THIS WORKED!!!!! Thank you!!!!!!

Risposta migliore

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

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
ago 25
52
1
apr 25
1451
1
set 24
2126
1
lug 24
1894
1
mag 24
4237