| 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/12.0/sale_stock_info_popup |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Alexandre Díaz, OCA Transbot, Ernesto Tejeda, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - decimal_precision - uom - analytic - portal - http_routing - digest - stock_account - stock - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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 | xpath | Inherits sale.view_order_form |
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 '
No public methods.
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'
No public methods.