| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/10.0/stock_lot_sale_tracking |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Cédric Pigeon, Denis Roussel, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse/stock_lot_sale_tracking |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
init(self)
sale_tracking_ids
One2many → stock.lot.sale.tracking.report
comodel_name='stock.lot.sale.tracking.report'
inverse_name='lot_id'
string='Customers Deliveries'
No public methods.