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

Hello

is there a way to center align columns in tree view or list view? also would be useful if I could bold some columns, any pointers with this is much appreciated, thanks!


using v15.


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello Mike,

Please find below code it may help you,

This class class="text-center" may be used for text alignment. It will assist you align text in the centre.

You may use the class class="font-weight-bold" to make a bold field. Use this class in a specific field that you want to be bold. 

Find Code in Comment. 

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

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

You may use the class class="text-center" to make an alignment of number field too.

Please see the code below as an example.

<tree string="Repair Order" class="text-center">
<field name="name" class="font-weight-bold"/>
<field name="partner_id"/>
<field name="amount" class="text-center"/>
</tree>

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 4 23
135
1
thg 2 23
3779
0
thg 1 23
3590
1
thg 1 22
6412
1
thg 6 25
1849