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
10 changes: 0 additions & 10 deletions content/developer/reference/user_interface/view_records.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@ View records expose a number of fields.
:requirement: Optional
:type: :class:`~odoo.fields.Text`

.. attribute:: groups_id

The groups allowed to use/access the current view.

If the view extends an existing view, the extension will be applied only for a given user, if
that user has access to the provided `groups_id`.

:requirement: Optional
:type: :class:`~odoo.fields.Many2many` -> :class:`~odoo.addons.base.models.res_users.Groups`

.. attribute:: priority

When requesting a view by specifying the `model` and `type`, the matching view with the lowest
Expand Down