TIP: You can type at any time to perform a new search.
Project Task Stage Change Restriction
project_task_stage_change_restriction · OCA/project
- Repository
- OCA/project · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Project
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/project
- Last tracking update
- 2026-08-07 08:42:45
- Authors
- Odoo Community Association (OCA), Cetmix
- Maintainers
- Odoo Community Association (OCA), Cetmix
- Committers
- Weblate, OCA-git-bot, oca-ci, Mohajiro
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_project_task_type_form_restriction |
project.task.type.form.restriction | project.task.type | form | Inherits project.task_type_edit |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (2)-
create(self, vals_list)@api.model_create_multiOverride create() to enforce stage restrictions on new tasks. :param vals_list: list of dicts of values for each record :return: the newly created recordset -
write(self, vals)Override write() to enforce stage‐change restrictions.
New fields (3)
-
allow_assigned_onlyBooleanstring='Assigned Only' -
allow_group_idsMany2many → res.groupsstring='Group Members' args: 'res.groups', 'project_task_stage_allowed_group_rel', 'stage_id', 'group_id' -
allow_project_managerBooleanstring='Project Manager'
No public methods.
Loading…