Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions content/applications/studio/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,19 @@ records, and edit simple records.
be executed from the dropdown list;
- :guilabel:`Call a method`: specify an existing Python method already defined in Odoo.

The widths of columns in a :guilabel:`List` :icon:`oi-view-list` view are computed automatically to
provide the optimal user experience. However, it is also possible to set a fixed column width per
field. To do so, click on the relevant column to open the field's :icon:`fa-server`
:guilabel:`Properties` tab, then enter the desired number of pixels in the :guilabel:`Column Width
(px)` field.

.. tip::
To add a :icon:`oi-draggable` (:guilabel:`drag handle`) icon to reorder records manually, add an
:ref:`Integer field <studio/fields/simple-fields-integer>` with the :guilabel:`Handle` widget.
To add a :icon:`oi-draggable` (:guilabel:`drag handle`) icon to reorder records manually, add
an :ref:`Integer field <studio/fields/simple-fields-integer>` with the :guilabel:`Handle`
widget.

.. image:: views/list-drag-handle.png
:alt: Drag handle icon enabling to sort records manually in List view
.. image:: views/list-drag-handle.png
:alt: Drag handle icon enabling to sort records manually in List view

.. example::

Expand Down