TIP: You can type at any time to perform a new search.
stock lot sale tracking
stock_lot_sale_tracking · OCA/stock-logistics-warehouse
- 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
Code Analysis ⓘ
Views touched (2)
| 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (7)
-
company_idMany2one → res.companycomodel_name='res.company'readonly=Truestring='Company' -
dateDatetimereadonly=Truestring='Date Order' -
lot_idMany2one → stock.production.lotcomodel_name='stock.production.lot'readonly=Truestring='Lot/Serial Number' -
order_idMany2one → sale.ordercomodel_name='sale.order'readonly=Truestring='Sale Order' -
product_idMany2one → product.productcomodel_name='product.product'readonly=Truestring='Product' -
product_uomMany2one → product.uomcomodel_name='product.uom'readonly=Truestring='Unit of Measure' -
product_uom_qtyFloatdigits=dp.get_precision('Product Unit of Measure')readonly=Truestring='Quantity'
-
init(self)@api.model_cr
New fields (1)
-
sale_tracking_idsOne2many → stock.lot.sale.tracking.reportcomodel_name='stock.lot.sale.tracking.report'inverse_name='lot_id'string='Customers Deliveries'
No public methods.