跳至内容
菜单
此问题已终结
2 回复
4257 查看

Friends..

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

Thankss..

形象
丢弃
最佳答案

hi, you can use this

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

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

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

</group>

 

if you want for field means:

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

形象
丢弃
最佳答案

 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

形象
丢弃