Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Project Management
Folder size
0.25 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 08:42:45
Authors
Odoo Community Association (OCA), Daniel Reis, Tecnativa
Maintainers
Odoo Community Association (OCA), Daniel Reis, Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Project Tasks allow to record the time spent on them, but some
activities often require you to keep a record of the material used also.

This module offers the ability to keep track of that material.

Note that only a simple record is made and no accounting or stock moves
are actually performed.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_project_task_form_material project.task.form.material project.task form Inherits project.view_task_form2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • material_ids One2many → project.task.material
    comodel_name='project.task.material' inverse_name='task_id' string='Material Used'
Public methods (0)

No public methods.

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
  • task_id Many2one → project.task
    comodel_name='project.task' ondelete='cascade' required=True string='Task'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
64 days ago
Last activity
50 days ago
Repository
OCA/project
Pull request
[19.0] [MIG] project_task_material : Migration to 19.0. (#1752)