Skip to Content

How to Set Field Width in Odoo List Views

In this quick guide, you'll learn how to control the width of a field in Odoo form views using XML. Whether you're customizing standard models or creating your own, adjusting field width improves the UI and user experience.


<field name="your_field_name" width="100px;">​

How to create odoo fields widget