TIP: You can type at any time to perform a new search.
Project Tag Security
project_tag_security · OCA/project
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2manydomain="['|', ('allowed_project_ids', 'in', [id]),\n ('allowed_project_ids', '=', False)]"
No public methods.
New fields (1)
-
allowed_project_idsMany2many → project.projectcolumn1='tag_id'column2='project_id'comodel_name='project.project'relation='project_tags_allowed_project_rel'string='Allowed Projects'
No public methods.
New fields (1)
-
tag_idsMany2manydomain="['|', ('allowed_project_ids', 'in', [project_id]),\n ('allowed_project_ids', '=', False)]"
No public methods.
Loading…
Loading…