TIP: You can type at any time to perform a new search.
Sale Stock Picking Validation Blocking
sale_stock_picking_validation_blocking · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- OCA-git-bot, Andrea Stirpe, oca-ci, andrea
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds the opportunity to prevent the validation of linked delivery orders from a sale order. The delivery order is still created when the sale order is confirmed, therefore the stock is reserved but can not be send until approval.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_form_view |
sale.order.form (in sale_stock_picking_validation_blocking) | sale.order | form | Inherits sale_stock.view_order_form_inherit_sale_stock |
stock_picking_form_view |
stock.picking.form (in sale_stock_picking_validation_blocking) | stock.picking | form | Inherits stock.view_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
hide_button_picking_validation_blockedBooleancompute='_compute_hide_picking_validation_blocked'compute_sudo=Truehelp='Technical field to determine whether the picking validation buttons should be displayed' args: 'Display the picking validation buttons' -
picking_validation_blockedBooleanreadonly=Truestring='Delivery Validation Blocked'tracking=True
-
action_block_picking_validation(self) -
action_unblock_picking_validation(self)
New fields (1)
-
validation_blocked_by_soBooleanrelated='sale_id.picking_validation_blocked'store=Truestring='Validation Blocked by SO'
-
button_validate(self)
Loading…
Loading…