TIP: You can type at any time to perform a new search.
Stock Available to Promise Release - Sale Integration
sale_stock_available_to_promise_release · OCA/stock-logistics-reservation
- Repository
- OCA/stock-logistics-reservation · module folder · Try on Runboat
- Module version
- 2.0.1
- Category
- Stock Management
- Folder size
- 0.1 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-reservation
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Jacques-Etienne Baudoux, Akim Juillerat, Thierry Ducrest, Weblate, Ruchir Shukla, OCA-git-bot, oca-ci, Mmequignon
- Odoo dependencies
- Python dependencies
- openupgradelib
- System dependencies
- None
- Required by
- sale_stock_available_to_promise_release_dropshipping
- Description
Integrate the Release of Operation based on Available to Promise with Sales. The Priority Date of Stock Moves will be equal to the confirmation date of their sales order.
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view |
product.product.move.release.inherited | product.product | form | Inherits stock_available_to_promise_release.product_normal_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
res_config_settings_view |
res.config.settings | form | Inherits stock_available_to_promise_release.res_config_settings_view_form_stock | |
view_move_release_form |
stock.move.release.form | stock.move | form | Inherits stock_available_to_promise_release.view_move_release_form |
view_move_release_search |
stock.move.release.search | stock.move | search | Inherits stock.view_move_search |
view_move_release_tree |
Stock Moves Release | stock.move | tree | Inherits stock_available_to_promise_release.view_move_release_tree |
view_order_form |
sale.order.form.stock.release.manager | sale.order | form | Inherits sale.view_order_form |
view_picking_release_search |
stock.picking.release.search | stock.picking | search | Inherits stock_available_to_promise_release.view_picking_release_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
stock_sale_report_display_is_availableBooleandefault=Truehelp='Show Available column in SO and quotation reports'
No public methods.
New fields (1)
-
stock_sale_report_display_is_availableBooleanreadonly=Falserelated='company_id.stock_sale_report_display_is_available'
No public methods.
New fields (2)
-
is_ok_expected_delivery_dateBooleancompute='_compute_is_ok_expected_delivery_date' -
move_need_release_countIntegercompute='_compute_move_need_release_count'string='Moves Need Release'
-
action_open_move_need_release(self)
New fields (4)
-
availability_statusSelectioncompute='_compute_availability_status'selection=[('on_order', 'On order'), ('full', 'Fully Available'), ('partial', 'Partially Available'), ('restock', 'Restock ordered'), ('no', 'Not available')] -
available_qtyFloatcompute='_compute_availability_status'digits='Product Unit of Measure' -
delayed_qtyFloatcompute='_compute_availability_status'digits='Product Unit of Measure' -
expected_availability_dateDatetimecompute='_compute_availability_status'
No public methods.
New fields (1)
-
carrier_idMany2onerelated='picking_id.carrier_id'store='True'
No public methods.
Loading…
Loading…
Loading…
Loading…