This question has been flagged
3 Replies
5130 Views

how to decrease the width of selection field in odoo XML file

Avatar
Discard
Best Answer

Hi Nitin,

To reduce the width of a field you can try this,

<field name="field_name" style="width: 20%%"/>

Hope same applies for the selection field too.

Avatar
Discard
Best Answer

If you haven't already, you may also want to install web_sheet_full_width that gives more horizontal space to forms and their fields.

Avatar
Discard
Author Best Answer

Thank you guys for helping me  @Timo and @Niyas brother

Avatar
Discard