TIP: You can type at any time to perform a new search.
Sale Open Qty
sale_open_qty · OCA/sale-workflow
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_deliverFloatcompute='_compute_qty_to_deliver'default=0.0search='_search_qty_to_deliver'string='Qty to Deliver' -
qty_to_invoiceFloatcompute='_compute_qty_to_invoice'default=0.0search='_search_qty_to_invoice'string='Qty to Bill'
No public methods.
New fields (1)
-
qty_to_deliverFloatcompute='_compute_qty_to_deliver'copy=Falsedigits=dp.get_precision('Product Unit of Measure')store=Truestring='Qty to Deliver'
No public methods.