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 IDNameModelTypeStatus
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_blocked Boolean
    compute='_compute_hide_picking_validation_blocked' compute_sudo=True help='Technical field to determine whether the picking validation buttons should be displayed' args: 'Display the picking validation buttons'
  • picking_validation_blocked Boolean
    readonly=True string='Delivery Validation Blocked' tracking=True
Public methods (2)
  • action_block_picking_validation(self)
  • action_unblock_picking_validation(self)

New fields (1)
  • validation_blocked_by_so Boolean
    related='sale_id.picking_validation_blocked' store=True string='Validation Blocked by SO'
Public methods (1)
  • button_validate(self)

Loading…

Loading…