TIP: You can type at any time to perform a new search.
Stock available to promise
stock_available · OCA/stock-logistics-availability
- Repository
- OCA/stock-logistics-availability · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse
- Folder size
- 0.17 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-availability
- Last tracking update
- 2026-08-07 09:06:36
- Authors
- Odoo Community Association (OCA), Numérigraphe, Sodexis
- Maintainers
- Odoo Community Association (OCA), Numérigraphe, Sodexis
- Committers
- OCA-git-bot, oca-ci, kopeyev
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- website_sale_stock_available
- Description
This module proposes several options to compute the quantity available to promise for each product. This quantity is based on the projected stock and, depending on the configuration, it can account for various data such as sales quotations or immediate production capacity. In case of immediate production capacity, it is possible to configure on which field the potential is computed, by default Quantity On Hand is used. This can be configured in Inventory \> Configuration \> Settings.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view |
Quantity available to promise (variant form) | product.product | form | Inherits stock.product_form_view_procurement_button |
view_stock_available_form |
Quantity available to promise (form) | product.template | form | Inherits stock.product_template_form_view_procurement_button |
view_stock_available_kanban |
Quantity available to promise (kanban) | product.template | kanban | Inherits stock.product_template_kanban_stock_view |
view_stock_available_product_list |
Quantity available to promise (variant list) | product.product | list | Inherits stock.view_stock_product_tree |
view_stock_available_product_template_list |
Quantity available to promise (list) | product.template | list | Inherits stock.view_stock_product_template_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
immediately_usable_qtyFloatcompute='_compute_available_quantities'digits='Product Unit of Measure'help='Stock for this Product that can be safely proposed for sale to Customers.\nThe definition of this value can be configured to suit your needs.'search='_search_immediately_usable_qty'string='Available to promise' -
potential_qtyFloatcompute='_compute_available_quantities'digits='Product Unit of Measure'help='Quantity of this Product that could be produced using the materials already at hand.'string='Potential'
No public methods.
New fields (2)
-
immediately_usable_qtyFloatcompute='_compute_available_quantities'digits='Product Unit of Measure'help='Stock for this Product that can be safely proposed for sale to Customers.\nThe definition of this value can be configured to suit your needs'search='_search_immediately_usable_qty'string='Available to promise' -
potential_qtyFloatcompute='_compute_available_quantities'digits='Product Unit of Measure'help='Quantity of this Product that could be produced using the materials already at hand. If the product has several variants, this will be the biggest quantity that can be made for a any single variant.'string='Potential'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…