Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.2
Category
Sales
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:31:51
Authors
Odoo Community Association (OCA), Odoo S.A., Tecnativa
Maintainers
Odoo Community Association (OCA), Odoo S.A., Tecnativa
Committers
Pedro M. Baeza, Alexandre Díaz, Ernesto Tejeda, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_stock_available_info_popup, web_widget_one2many_product_picker_sale_stock
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_stock_info_popup sale_stock_info_popup ir.ui.view qweb Inherits web.assets_backend
view_order_form sale.order.line.tree.inherit sale.order tree Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • free_qty Float
    compute='_compute_free_qty' digits=dp.get_precision('Product Unit of Measure') help="Forecast quantity (computed as Quantity On Hand - reserved quantity)\nIn a context with a single Stock Location, this includes goods stored in this location, or any of its children.\nIn a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\nOtherwise, this includes goods stored in any Stock Location with 'internal' type." search='_search_free_qty' args: 'Free To Use Quantity '
Public methods (0)

No public methods.

New fields (9)
  • display_qty_widget Boolean
    compute='_compute_qty_to_deliver'
  • free_qty_today Float
    compute='_compute_qty_at_date'
  • is_mto Boolean
    compute='_compute_is_mto'
  • product_type Selection
    related='product_id.type'
  • qty_available_today Float
    compute='_compute_qty_at_date'
  • qty_to_deliver Float
    compute='_compute_qty_to_deliver'
  • scheduled_date Datetime
    compute='_compute_qty_at_date'
  • virtual_available_at_date Float
    compute='_compute_qty_at_date'
  • warehouse_id Many2one → stock.warehouse
    compute='_compute_qty_at_date' args: 'stock.warehouse'
Public methods (0)

No public methods.