Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.1
Category
Stock
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse/stock_lot_sale_tracking
Last tracking update
2026-08-07 07:17:44
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Alexandre Fayolle, Cédric Pigeon, Denis Roussel, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.