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 IDNameModelTypeStatus
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_id Many2one → stock.lot
    check_company=True string='Lot/Serial Number' tracking=True args: 'stock.lot'
  • product_tracking Selection
    readonly=True related='product_id.tracking' string='Product Tracking'
Public methods (0)

No public methods.

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