Sale Open Qty

sale_open_qty
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/9.0/sale_open_qty
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSmreficent, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_tip
    - web_planner
    - procurement
    - 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
view_order_form sale.order.form -- open qty fields sale.order xpath Inherits sale.view_order_form
view_sales_order_filter sale.order.list.select -- open qty filters sale.order filter Inherits sale.view_sales_order_filter
Models touched (2)

New fields (2)
  • qty_to_deliver Float
    compute='_compute_qty_to_deliver' default=0.0 search='_search_qty_to_deliver' string='Qty to Deliver'
  • qty_to_invoice Float
    compute='_compute_qty_to_invoice' default=0.0 search='_search_qty_to_invoice' string='Qty to Bill'
Public methods (0)

No public methods.

New fields (1)
  • qty_to_deliver Float
    compute='_compute_qty_to_deliver' copy=False digits=dp.get_precision('Product Unit of Measure') store=True string='Qty to Deliver'
Public methods (0)

No public methods.