Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
4103 Lượt xem

Hi Guys,

i'm wondering is it possible to change text style (color, bold etc) for text values in SO, for example client name or phone?

Ảnh đại diện
Huỷ bỏ

if you are talking about odoo fields, than just inherit that field and apply inline css as per ur need

Câu trả lời hay nhất

Dear Rostyslav Sulym,

Try this code to check your selection field value and apply change text style based on color and, bold.

<t t-if-"Good">
      <t t-set="style" t-value="'color:blue'" />
</t>
<t t-if-"
Bad">
      <t t-set="style" t-value="'color:red'" />
</t>
                        
<span t-att-style="style" >Test</span>


Thanks,

Ảnh đại diện
Huỷ bỏ
Tác giả

hello, thanks for reply, but this is for Qweb, it's not suitable in my case

Tác giả Câu trả lời hay nhất

I’m taking Odoo about field selection field. actually I want to apply style based on selection field value(Good, Bad). Let say selection field value is “Good” then show In Green bold if value is “Bad” then show red bold. We can’t achieve this through apply inline CSS as per your suggestion.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 6 20
3855
2
thg 7 25
4488
2
thg 12 24
7668
2
thg 12 24
2367
2
thg 11 24
28430