TIP: You can type at any time to perform a new search.
Stock Available to Promise Release - Block
stock_available_to_promise_release_block · OCA/wms
- Repository
- OCA/wms · module folder · Try on Runboat
- Module version
- 1.1.2
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/wms
- Last tracking update
- 2026-08-07 08:09:26
- Authors
- Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Maintainers
- Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Committers
- Laurent Mignon (ACSONE), Sébastien Alix, Weblate, OCA-git-bot, oca-ci, Telmo Santos
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_form_view |
stock.picking | form | Inherits stock.view_picking_form | |
stock_picking_tree_view |
stock.picking | tree | Inherits stock.vpicktree | |
stock_route_form_view |
stock.route.form | stock.route | form | Inherits stock_available_to_promise_release.stock_route_form_view |
view_move_release_tree |
stock.move | tree | Inherits stock_available_to_promise_release.view_move_release_tree | |
view_picking_internal_search |
stock.picking.internal.search | stock.picking | search | Inherits stock.view_picking_internal_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (2)
-
release_blockedBooleanreadonly=True -
release_blocked_labelCharcompute='_compute_release_blocked_label'string='Release Blocked'
-
action_block_release(self)Block the release. -
action_unblock_release(self)Unblock the release.
New fields (3)
-
block_release_allowedBooleancompute='_compute_block_release_allowed'help='Technical field: tell if the release of operation can be blocked.'string='Block release allowed?' -
release_blockedBooleancompute='_compute_release_blocked'store=Truetracking=True -
release_blocked_labelCharcompute='_compute_release_blocked_label'string='Release Blocked'
-
action_block_release(self)Block the release of the operation. -
action_unblock_release(self)Unblock the release of the operation.
New fields (1)
-
autoblock_release_on_backorderBooleandefault=Falsestring='Auto-block Release on Backorders'
No public methods.
New fields (1)
-
autoblock_release_on_backorderBooleanrelated='route_id.autoblock_release_on_backorder'store=True
No public methods.