Repository
OCA/project · module folder · Try on Runboat
Module version
0.1.0
Category
Project Management
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:17:46
Authors
Odoo Community Association (OCA), Daniel Reis
Maintainers
Odoo Community Association (OCA), Daniel Reis
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
project_categ_issue
Description
To setup:

  1. Create a parent Category (Tag). E.g. "System Type".
  2. Create categories to be made available as child.
     E.g. "Computer", "Printer", ...
  3. On the Project form, Other Info tab, set the "Root Category".

Now make this feature available on Issues or Tasks by installing the
corresponding extension module.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
project_category_form_view_categs project_category_form_view_sdesk project.category form Inherits project.project_category_form_view
project_form_view_categs project_form_view_categs project.project form Inherits project.edit_project
project_task_form_view_categs project_task_form_view_categs project.task form Inherits project.view_task_form2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • onchange_project(self, cr, uid, id, project_id, context=None)

Loading…

Loading…

Loading…