Change 1 of 9
Access right management
Define groups of users to streamline management of access rights for files and folders.
Official Odoo 20 release note
In plain words
The Share dialog now has "Add People" and "Add Groups". A group (res.group.functional, managed in Documents > Configuration > Groups) can be given Viewer or Editor access to a file or folder, so access is managed once for all its members.
Where to find it
- Documents, select a folder, click Share.
- Choose Add Groups, pick a group and a role.
For users
Share a folder with a whole team in one step; adding someone to the group gives them access.
For developers
documents.access gets group_id (res.group.functional); an access line is either for a partner or for a group.
Upgrading from Odoo 19
Existing per-person access lines are kept.
