Friends..
How to increase the width of a particular length in group(Different length for different groups in same group)
Thankss..
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse