Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Services/Project
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 09:06:22
Authors
Odoo Community Association (OCA), Onestein
Maintainers
Odoo Community Association (OCA), Onestein
Committers
Weblate, OCA-git-bot, oca-ci, Xavier Bol
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a wizard to merge project tasks.

A wizard that can be called from tree view of project task.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
project_task_merge_view_form project.task.merge.form project.task.merge form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (6)
  • create_new_task Boolean
    string='Create a new task'
  • dst_project_id Many2one → project.project
    string='Destination Project' args: 'project.project'
  • dst_task_id Many2one → project.task
    string='Merge into an existing task' args: 'project.task'
  • dst_task_name Char
    string='New task name'
  • task_ids Many2many → project.task
    required=True string='Tasks to Merge' args: 'project.task'
  • user_ids Many2many → res.users
    string='Assignees' args: 'res.users'
Public methods (2)
  • default_get(self, fields)
    @api.model
  • merge_tasks(self)

Loading…

Loading…

Loading…