Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List views, also called list views, ... #11653

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ List
:align: center
:alt: List view

List views, also called list views, display records in a tabular form.
List views, also called tree views, display records in a tabular form.

Their root element is ``<list>``. The most basic version of this view simply
lists all the fields to display in the table (where each field is a column):
Expand All @@ -44,7 +44,7 @@ lists all the fields to display in the table (where each field is a column):
</list>

A simple example can be found
`here <https://github.com/odoo/odoo/blob/6da14a3aadeb3efc40f145f6c11fc33314b2f15e/addons/crm/views/crm_lost_reason_views.xml#L46-L54>`__.
`here <https://github.com/odoo/odoo/blob/2fe55ae592e5812c5ee5e39ed1e8332bde608cb2/addons/crm/views/crm_lost_reason_views.xml#L45C1-L53C14>`__.

.. exercise:: Add a custom list view.

Expand Down