Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Project Management
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 09:06:22
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, stferraro
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Project tags are limited to the desired projects.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
project_tags_form_view project.tags.form project.tags form Inherits project.project_tags_form_view
project_tags_tree_view project.tags.tree project.tags tree Inherits project.project_tags_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • tag_ids Many2many
    domain="['|', ('allowed_project_ids', 'in', [id]),\n ('allowed_project_ids', '=', False)]"
Public methods (0)

No public methods.

New fields (1)
  • allowed_project_ids Many2many → project.project
    column1='tag_id' column2='project_id' comodel_name='project.project' relation='project_tags_allowed_project_rel' string='Allowed Projects'
Public methods (0)

No public methods.

New fields (1)
  • tag_ids Many2many
    domain="['|', ('allowed_project_ids', 'in', [project_id]),\n ('allowed_project_ids', '=', False)]"
Public methods (0)

No public methods.

Loading…

Loading…