Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4247 Vistas

Friends..

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

Thankss..

Avatar
Descartar
Mejor respuesta

hi, you can use this

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

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

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

</group>

 

if you want for field means:

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

Avatar
Descartar
Mejor respuesta

 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

Avatar
Descartar