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

Friends..

How to increase the width of a particular length in group(Different length for different groups in same group)

Thankss..

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

hi, you can use this

 <group style="width: 65%%">

--------------

---------------

</group>

 

if you want for field means:

 <field name="your_field"  style="width: 65%%" />

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

 THere are 2 methods

1.<field name="name"  style="width: 100%" />

2.u can use css for this function.create css in the directory module_name->static->src->css->style.css.

dont forget to include it in the 'data': 'css': ['static/src/css/my_css.css'], in the open erp page

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