Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Sales
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:09:57
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
mreficent, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form sale.order.form -- open qty fields sale.order form Inherits sale.view_order_form
view_sales_order_filter sale.order.list.select -- open qty filters sale.order list Inherits sale.view_sales_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.