| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-release-channel |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-release-channel.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-release-channel/tree/18.0/stock_release_channel_cutoff |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, Ruchir Shukla, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-release-channel |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
cutoff_datetime(self, day_dt)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/wms |
| GIT | |
| GIT | https://github.com/OCA/wms.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/wms/tree/16.0/stock_release_channel_cutoff |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, Weblate, OCA-git-bot, Simone Orsi, oca-ci, thaolt |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/wms |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
cutoff_datetime(self)