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

If I want the tree view with some additional CSS, or any other customization for a specific tree view(or any other view), how can I do it?

Here is the image I do it from browser inspection, but what about from Odoo 15 backend?


Avatar
Abbandona
Risposta migliore

You can create a custom odoo module, and register a new scss asset to the asset bundle web.assets_backend in the __manifest__ file. It is related to adding an asset to a website, which is explained here:

https://www.odoo.com/documentation/15.0/developer/howtos/website_themes/theming.html#assets

In your SCSS file, make sure to have a higher specificity to override the styles.

Avatar
Abbandona
Autore

Is it possible for multiple views and different different customization?

Post correlati Risposte Visualizzazioni Attività
1
dic 23
2336
2
ago 23
2104
1
dic 23
3701
0
mag 23
2491
1
feb 23
2381