| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/9.0/project_task_delegate |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo SA, Sodexis, Inc <dev@sodexis.com> |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo SA, Sodexis, Inc <dev@sodexis.com> |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, Dhinesh, Sodexis |
| WEBSITE | |
| WEBSITE | http://sodexis.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - project - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - portal - auth_signup - resource - web_tip - web_planner - project_timesheet - sale_timesheet - sale - sales_team - account - procurement - hr_timesheet - hr - hr_attendance |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_config_settings |
project settings | project.config.settings | xpath | Inherits project.view_config_settings |
view_project_task_delegate |
Project Task Delegate | project.task.delegate | form | New |
view_task_form2 |
project.task.form | project.task | xpath | Inherits project.view_task_form2 |
view_task_tree2 |
project.task.tree | project.task | field | Inherits project.view_task_tree2 |
group_manage_delegation_task
Boolean
help='Allows you to delegate tasks to other users.'
implied_group='project_task_delegate.group_delegate_task'
args: 'Allow task delegation'
No public methods.
delegated_user_id
Many2one → res.users
related='child_ids.user_id'
string='Delegated To'
args: 'res.users'
do_delegate(self, delegate_data=None)
name
Char
help='New title of the task delegated to the user'
required=True
args: 'Delegated Title'
new_task_description
Text
help='Reinclude the description of the task in the task of the user'
args: 'New Task Description'
planned_hours
Float
default=1.0
help='Estimated time to close this task by the delegated user'
args: 'Planned Hours'
planned_hours_me
Float
help='Estimated time for you to validate the work done\n by the user to whom you delegate this task'
args: 'Hours to Validate'
prefix
Char
help='Title for your validation task'
args: 'Your Task Title'
project_id
Many2one → project.project
help='User you want to delegate this task to'
args: 'project.project', 'Project'
state
Selection
default='pending'
help='New state of your own task. Pending will be\n reopened automatically when the delegated task is closed'
args: [('pending', 'Pending'), ('done', 'Done')], 'Validation State'
user_id
Many2one → res.users
help='User you want to delegate this task to'
required=True
args: 'res.users', 'Assign To'
default_get(self, fields)
delegate(self)
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
onchange_project_id(self)