Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 08:09:19
Authors
Odoo Community Association (OCA), KMEE
Maintainers
Odoo Community Association (OCA), KMEE
Committers
Weblate, OCA-git-bot, Giovanni Francesco Capalbo, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module was written to extend the functionality of project task to require certain fields to be filled out based on the stage of the task.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
task_type_edit project.task.type.form in (project_required_field_by_stage) project.task.type 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 (0)

No public methods.

New fields (1)
  • required_field_ids Many2many → ir.model.fields
    comodel_name='ir.model.fields' domain=[('model', '=', 'project.task')] help='Fields that are required when the task is in this stage.'
Public methods (0)

No public methods.