Stock Production Lot Traceability

stock_production_lot_traceability
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_production_lot_traceability
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSIvàn Todorovich, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_production_lot_form stock.production.lot div Inherits stock.view_production_lot_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (4)
  • consume_lot_count Integer
    compute='_compute_consume_lot_ids' string='Consumed Lots/Serial Numbers Count'
  • consume_lot_ids Many2many → stock.production.lot
    comodel_name='stock.production.lot' compute='_compute_consume_lot_ids' help='Lots that were directly or indirectly consumed to produce this lot' string='Consumed Lots/Serial Numbers'
  • produce_lot_count Integer
    compute='_compute_produce_lot_ids' string='Produced Lots/Serial Numbers Count'
  • produce_lot_ids Many2many → stock.production.lot
    comodel_name='stock.production.lot' compute='_compute_produce_lot_ids' help='Lots that were directly or indirectly produced from this lot' string='Produced Lots/Serial Numbers'
Public methods (2)
  • action_view_consume_lots(self)
  • action_view_produce_lots(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/12.0/stock_production_lot_traceability
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSIvàn Todorovich, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_production_lot_form stock.production.lot div Inherits stock.view_production_lot_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (4)
  • consume_lot_count Integer
    compute='_compute_consume_lot_ids' string='Consumed Lots/Serial Numbers Count'
  • consume_lot_ids Many2many → stock.production.lot
    comodel_name='stock.production.lot' compute='_compute_consume_lot_ids' help='Lots that were directly or indirectly consumed to produce this lot' string='Consumed Lots/Serial Numbers'
  • produce_lot_count Integer
    compute='_compute_produce_lot_ids' string='Produced Lots/Serial Numbers Count'
  • produce_lot_ids Many2many → stock.production.lot
    comodel_name='stock.production.lot' compute='_compute_produce_lot_ids' help='Lots that were directly or indirectly produced from this lot' string='Produced Lots/Serial Numbers'
Public methods (2)
  • action_view_consume_lots(self)
  • action_view_produce_lots(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
PULL REQUEST
PULL REQUEST[17.0][MIG] stock_lot_traceability: Migration to 17.0 (#1638)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
PULL REQUEST
PULL REQUEST[19.0][MIG] stock_lot_traceability: Migration to 19.0 (#2224)