TIP: You can type at any time to perform a new search.
Sale Stock Info Popup
sale_stock_info_popup · OCA/stock-logistics-warehouse
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_qtyFloatcompute='_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 '
No public methods.
New fields (9)
-
display_qty_widgetBooleancompute='_compute_qty_to_deliver' -
free_qty_todayFloatcompute='_compute_qty_at_date' -
is_mtoBooleancompute='_compute_is_mto' -
product_typeSelectionrelated='product_id.type' -
qty_available_todayFloatcompute='_compute_qty_at_date' -
qty_to_deliverFloatcompute='_compute_qty_to_deliver' -
scheduled_dateDatetimecompute='_compute_qty_at_date' -
virtual_available_at_dateFloatcompute='_compute_qty_at_date' -
warehouse_idMany2one → stock.warehousecompute='_compute_qty_at_date' args: 'stock.warehouse'
No public methods.