Update Restrict Model
by Odoo Community Association (OCA) https://github.com/OCA/server-tools , Quartile https://github.com/OCA/server-toolsAvailability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 154 |
Technical Name |
base_model_restrict_update |
License | LGPL-3 |
Website | https://github.com/OCA/server-tools |
Versions | 12.0 14.0 15.0 16.0 17.0 |
Update Restrict Model
This module adds the following features:
- The ability to limit the update permissions for a model to certain groups
- The ability to revoke update permissions for specific users
Table of contents
Configuration
When you want to limit the update permissions of a model to certain groups:
- Go to Settings > Techinical > Database Structure > Models
- Open the form view of the model, and select Update Restrict Model
- Assign the groups that should be exempt from the restriction to Update-allowed Groups
When you want revoke update permissions for a specific user:
- Go to Settings > Users & Companies > Users
- Open the user’s form view and click the Read-only smart button
- In case you wish to exclude some models from being read-only, go to Settings > General Settings and update Excluded Models from Read-only under the Permissions section by listing the models separated by commas (e.g., sale.order,sale.order.line).
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Quartile
Contributors
- Quartile:
- Yoshi Tashiro <tashiro@quartile.co>
- Ecosoft
- Kitti U. <kittiu@ecosoft.co.th>
Other credits
- This module borrows the idea from ‘Moises Lopez <https://odoo-community.org/groups/contributors-15/contributors-161807>’
Maintainers
This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainers:
This module is part of the OCA/server-tools project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module