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
Odoo dependencies
Python dependencies
openupgradelib
System dependencies
None
Required by
sale_stock_available_to_promise_release_block
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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_blocked Boolean
    readonly=True
  • release_blocked_label Char
    compute='_compute_release_blocked_label' string='Release Blocked'
Public methods (2)
  • action_block_release(self)
    Block the release.
  • action_unblock_release(self)
    Unblock the release.

New fields (3)
  • block_release_allowed Boolean
    compute='_compute_block_release_allowed' help='Technical field: tell if the release of operation can be blocked.' string='Block release allowed?'
  • release_blocked Boolean
    compute='_compute_release_blocked' store=True tracking=True
  • release_blocked_label Char
    compute='_compute_release_blocked_label' string='Release Blocked'
Public methods (2)
  • 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_backorder Boolean
    default=False string='Auto-block Release on Backorders'
Public methods (0)

No public methods.

New fields (1)
  • autoblock_release_on_backorder Boolean
    related='route_id.autoblock_release_on_backorder' store=True
Public methods (0)

No public methods.