mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
As a developer we have to keep in mind using this module and grant a user with 's group is equivalent to grant 's group everywhere has been used. Co-authored-by: Jean-Charles Drubay <jcdrubay@users.noreply.github.com>
9 lines
347 B
ReStructuredText
9 lines
347 B
ReStructuredText
To allow `group_backend` to interact with a model you can either add access rules to the group
|
|
or you can add `implied_ids` to `group_backend`.
|
|
|
|
.. note::
|
|
|
|
Be aware users can only belong to one group from the user type category
|
|
(`base.module_category_user_type`). So your other groups can't inherit both
|
|
internal users and backend users.
|