Stock Release Channels Cutoff

stock_release_channel_cutoff
REPOSITORY
REPOSITORYOCA/stock-logistics-release-channel
GIT
GIThttps://github.com/OCA/stock-logistics-release-channel.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-release-channel/tree/18.0/stock_release_channel_cutoff
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Ruchir Shukla, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-release-channel
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_tz
OCA/queue:
    - queue_job
OCA/stock-logistics-release-channel:
    - stock_release_channel
    - stock_release_channel_process_end_time
OCA/stock-logistics-reservation:
    - stock_available_to_promise_release
OCA/stock-logistics-warehouse:
    - stock_warehouse_out_pull
odoo/odoo:
    - web
    - base
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module lets users select a release channel and set a specific
cutoff time for it.

When the current time (now) becomes later than the cutoff time and the
channel is still open, the kanban view for that channel will display the
cutoff time in red as a warning.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_release_channel_form_view stock.release.channel.form.inherited stock.release.channel field Inherits stock_release_channel_process_end_time.stock_release_channel_form_view
stock_release_channel_kanban_view stock.release.channel.kanban.inherited stock.release.channel xpath Inherits stock_release_channel_process_end_time.stock_release_channel_kanban_view
Models touched (1)

New fields (2)
  • cutoff_time Float
    help='Fill in this to warning on kanban view if the current time becomes the cutoff time.'
  • cutoff_warning Boolean
    compute='_compute_cutoff_warning'
Public methods (1)
  • cutoff_datetime(self, day_dt)
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/16.0/stock_release_channel_cutoff
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Weblate, OCA-git-bot, Simone Orsi, oca-ci, thaolt
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_tz
OCA/queue:
    - queue_job
OCA/wms:
    - stock_release_channel
    - stock_available_to_promise_release
    - stock_release_channel_process_end_time
odoo/odoo:
    - web
    - base
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_release_channel_form_view stock.release.channel.form.inherited stock.release.channel field Inherits stock_release_channel_process_end_time.stock_release_channel_form_view
stock_release_channel_kanban_view stock.release.channel.kanban.inherited stock.release.channel xpath Inherits stock_release_channel_process_end_time.stock_release_channel_kanban_view
Models touched (1)

New fields (2)
  • cutoff_time Float
    help='Fill in this to warning on kanban view if the current time becomes the cutoff time.'
  • cutoff_warning Boolean
    compute='_compute_cutoff_warning'
Public methods (1)
  • cutoff_datetime(self)
    @property