Sale Stock Info Popup

sale_stock_info_popup
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/12.0/sale_stock_info_popup
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Odoo S.A.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Odoo S.A.
COMMITTERS
COMMITTERSPedro M. Baeza, Alexandre Díaz, OCA Transbot, Ernesto Tejeda, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - 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

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 xpath Inherits sale.view_order_form
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.