TIP: You can type at any time to perform a new search.
Stock Release Channels Cutoff
stock_release_channel_cutoff · OCA/stock-logistics-release-channel
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_timeFloathelp='Fill in this to warning on kanban view if the current time becomes the cutoff time.' -
cutoff_warningBooleancompute='_compute_cutoff_warning'
-
cutoff_datetime(self, day_dt)
Loading…