コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2832 ビュー

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?


アバター
破棄
最善の回答

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.

アバター
破棄
著作者

Is it possible for multiple views and different different customization?

関連投稿 返信 ビュー 活動
1
12月 23
2540
2
8月 23
2239
1
12月 23
3921
0
5月 23
2648
1
2月 23
2505