TIP: You can type at any time to perform a new search.
Project Task Product Stock
project_task_product_stock · OCA/project
- 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
- None
- Description
Allows to specify the lot/serial number of the product that relates to the project task, if it is tracked by lots.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_production_lot_form_inherit_tasks |
stock.lot.form.inherit.tasks | stock.lot | form | Inherits stock.view_production_lot_form |
view_task_form2_inherit |
view.task.form2.inherit | project.task | Inherits project_task_product.view_task_form2_inherit |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
lot_idMany2one → stock.lotcheck_company=Truestring='Lot/Serial Number'tracking=True args: 'stock.lot' -
product_trackingSelectionreadonly=Truerelated='product_id.tracking'string='Product Tracking'
No public methods.
New fields (1)
-
task_countIntegercompute='_compute_task_count'
-
action_view_tasks(self)