Project Task Product Stock

project_task_product_stock
REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/19.0/project_task_product_stock
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProject
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Marina Alapont
WEBSITE
WEBSITEhttps://github.com/OCA/project
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_task_product
odoo/odoo:
    - project
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - portal
    - http_routing
    - auth_signup
    - rating
    - resource
    - digest
    - product
    - project_stock
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits stock.view_production_lot_form
view_task_form2_inherit view.task.form2.inherit project.task xpath Inherits project_task_product.view_task_form2_inherit
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)