stock lot sale tracking

stock_lot_sale_tracking
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/10.0/stock_lot_sale_tracking
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSAlexandre Fayolle, Cédric Pigeon, Denis Roussel, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse/stock_lot_sale_tracking
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
    - sale_stock
    - sale
    - sales_team
    - account
    - analytic
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
report_lot_sale_tracking report_lot_sale_tracking ir.ui.view qweb New
report_lot_sale_tracking_document report_lot_sale_tracking_document ir.ui.view qweb New
Models touched (2)

New fields (7)
  • company_id Many2one → res.company
    comodel_name='res.company' readonly=True string='Company'
  • date Datetime
    readonly=True string='Date Order'
  • lot_id Many2one → stock.production.lot
    comodel_name='stock.production.lot' readonly=True string='Lot/Serial Number'
  • order_id Many2one → sale.order
    comodel_name='sale.order' readonly=True string='Sale Order'
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True string='Product'
  • product_uom Many2one → product.uom
    comodel_name='product.uom' readonly=True string='Unit of Measure'
  • product_uom_qty Float
    digits=dp.get_precision('Product Unit of Measure') readonly=True string='Quantity'
Public methods (1)
  • init(self)
    @api.model_cr

New fields (1)
  • sale_tracking_ids One2many → stock.lot.sale.tracking.report
    comodel_name='stock.lot.sale.tracking.report' inverse_name='lot_id' string='Customers Deliveries'
Public methods (0)

No public methods.