I am using Odoo 14. I am trying to center justify some of the data in my list view. I was able to get the data to center by adding class="text-center" in the xml but the column headers still remain left justified does anyone know of a way to center the column headers?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
3026
Widoki
To reflect design changes on columns in tree view, you have to add a class into the main tree element and add a CSS file with following css code:
You can add a class into the tree element.
.testing_class table > thead > tr > th { text-align: center; }
For more information you can check this code snippet: https://pastebin.com/y8mzDtjG
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się