Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Project Management
Folder size
0.14 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), Tecnativa, SMDrugstore
Maintainers
Odoo Community Association (OCA), Tecnativa, SMDrugstore
Committers
Weblate, OCA-git-bot, oca-ci, Wesley Oliveira
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
project_task_pull_request_state
Description
This module extends the functionality of project to allow you to add PR
URIs to tasks and require PR URIs before tasks can be moved to certain
stages.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
edit_project project.project.form project.project form Inherits project.edit_project
view_task_form2 project.task.form.pr project.task form Inherits project.view_task_form2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • pr_required_states Many2many → project.task.type
    args: 'project.task.type', 'project_pr_required', 'project_id', 'state_id', 'PR Required States'
Public methods (0)

No public methods.

New fields (2)
  • pr_required_states Many2many
    related='project_id.pr_required_states'
  • pr_uri Char
    string='PR URI' tracking=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…