TIP: You can type at any time to perform a new search.
Project Task Material
project_task_material · OCA/project
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsOne2many → project.task.materialcomodel_name='project.task.material'inverse_name='task_id'string='Material Used'
No public methods.
New fields (3)
-
product_idMany2one → product.productcomodel_name='product.product'required=Truestring='Product' -
quantityFloat -
task_idMany2one → project.taskcomodel_name='project.task'ondelete='cascade'required=Truestring='Task'
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)