Repository
OCA/stock-logistics-release-channel · module folder · Try on Runboat
Module version
1.1.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-release-channel
Last tracking update
2026-08-07 08:43:05
Authors
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
Jacques-Etienne Baudoux, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
OCA/partner-contact:
OCA/queue:
OCA/stock-logistics-release-channel:
OCA/stock-logistics-reservation:
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
Python dependencies
openupgradelib, requests
System dependencies
None
Required by
None
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 form 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 kanban Inherits stock_release_channel_process_end_time.stock_release_channel_kanban_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…