Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Project
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), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Marina Alapont, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
project_task_product_stock
Description
Allows to specify the product that relates to the project task.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_template_form_view_inherit_tasks product.template.form.inherit.tasks product.template form Inherits product.product_template_form_view
view_task_form2_inherit view.task.form2.inherit project.task Inherits project.view_task_form2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • task_count Integer
    compute='_compute_task_count'
Public methods (1)
  • action_view_tasks(self)

New fields (1)
  • task_count Integer
    compute='_compute_task_count'
Public methods (1)
  • action_view_tasks(self)

New fields (1)
  • product_id Many2one → product.product
    check_company=True index=True string='Product' args: 'product.product'
Public methods (0)

No public methods.