Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory, Logistic, Storage
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:17:44
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
Weblate, OCA Transbot, oca-travis, lreficent
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_stock_quant_form stock.quant.form stock.quant form Inherits stock.view_stock_quant_form
view_stock_quant_tree stock.quant.tree stock.quant tree Inherits stock.view_stock_quant_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • reservation_uom Many2one → product.uom
    comodel_name='product.uom' readonly=True related='reservation_id.product_uom' string='Reservation UoM'
  • reserved_qty_uom Float
    compute='_compute_reserved_qty_uom' digits=UNIT help='Quantity expressed in the unit of measure of the move' readonly=True string='Qty in reservation UoM'
Public methods (0)

No public methods.

Loading…