Stock Available to Promise Release - Block

stock_available_to_promise_release_block
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/16.0/stock_available_to_promise_release_block
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSSébastien Alix, Weblate, OCA-git-bot, oca-ci, Telmo Santos
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/wms:
    - stock_available_to_promise_release
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
stock_picking_form_view stock.picking header Inherits stock.view_picking_form
stock_picking_tree_view stock.picking field Inherits stock.vpicktree
stock_route_form_view stock.route.form stock.route field Inherits stock_available_to_promise_release.stock_route_form_view
view_move_release_tree stock.move field Inherits stock_available_to_promise_release.view_move_release_tree
view_picking_internal_search stock.picking.internal.search stock.picking xpath Inherits stock.view_picking_internal_search
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.