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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows specifying which users or groups can move a task to a specific stage.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_multi
    Override 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_only Boolean
    string='Assigned Only'
  • allow_group_ids Many2many → res.groups
    string='Group Members' args: 'res.groups', 'project_task_stage_allowed_group_rel', 'stage_id', 'group_id'
  • allow_project_manager Boolean
    string='Project Manager'
Public methods (0)

No public methods.

Loading…