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

Guys,

I'm trying to change orientation of the labels in tree view. Because my custom view will be a kind of configuration form with a multiple boolean fields I need change it to fit as much as possible columns.

Tried to add class in css but it won't work, probably because  there is a class with higher priority than mine.

Also I want it only in my view so I don't want to change it for all tree views in Odoo.

Any ideas ?

Or the only way to achieve it is just apply style into the lines in xml ?

アバター
破棄
最善の回答

You could add "!important" to your css class property values to get it apply with a better priority

アバター
破棄
著作者

Hi Axel, already did it .... still the same :(

著作者

In xml I added class separately and Odoo is ignoring it ... why ?

著作者

Won't override openerp css, added template asset and still nothing :(

	
            
                
            
	
著作者

field name="name" string="Product type" style="-webkit-transform: rotate(-90deg) !important;"/ doesn't work as well :(

関連投稿 返信 ビュー 活動
1
7月 19
3788
3
8月 23
10558
4
3月 16
9865
0
4月 21
4020
0
2月 16
3511