Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
17
base_model_restrict_update/readme/CONFIGURE.md
Executable file
17
base_model_restrict_update/readme/CONFIGURE.md
Executable file
@@ -0,0 +1,17 @@
|
||||
When you want to limit the update permissions of a model to certain
|
||||
groups:
|
||||
|
||||
1. Go to *Settings \> Techinical \> Database Structure \> Models*
|
||||
2. Open the form view of the model, and select **Update Restrict
|
||||
Model**
|
||||
3. Assign the groups that should be exempt from the restriction to
|
||||
**Update-allowed Groups**
|
||||
|
||||
When you want revoke update permissions for a specific user:
|
||||
|
||||
1. Go to *Settings \> Users & Companies \> Users*
|
||||
2. Open the user's form view and click the **Read-only** smart button
|
||||
3. 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).
|
||||
4
base_model_restrict_update/readme/CONTRIBUTORS.md
Executable file
4
base_model_restrict_update/readme/CONTRIBUTORS.md
Executable file
@@ -0,0 +1,4 @@
|
||||
- [Quartile](https://www.quartile.co):
|
||||
- Yoshi Tashiro \<<tashiro@quartile.co>\>
|
||||
- Ecosoft
|
||||
- Kitti U. \<<kittiu@ecosoft.co.th>\>
|
||||
2
base_model_restrict_update/readme/CREDITS.md
Executable file
2
base_model_restrict_update/readme/CREDITS.md
Executable file
@@ -0,0 +1,2 @@
|
||||
- This module borrows the idea from 'Moises Lopez
|
||||
\<<https://odoo-community.org/groups/contributors-15/contributors-161807>\>'
|
||||
5
base_model_restrict_update/readme/DESCRIPTION.md
Executable file
5
base_model_restrict_update/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user