跳至内容
菜单
此问题已终结
1 回复
3883 查看

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?



形象
丢弃
编写者

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!!!!!!

最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
1
4月 25
1444
1
9月 24
2121
1
7月 24
1891
1
5月 24
4233
1
5月 24
2355