| 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_shipment_advice_deliver |
| VERSION | |
| VERSION | 2.0.2 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV, BCIM |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, Weblate, OCA-git-bot, Michael Tietz, oca-ci, santostelmo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/wms |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job OCA/stock-logistics-transport: - shipment_advice_planner - shipment_advice - stock_dock OCA/web: - web_notify OCA/wms: - stock_release_channel - stock_available_to_promise_release - stock_release_channel_shipment_advice 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 - delivery - sale_stock - sale - sales_team - account_payment - account - analytic - payment - utm - stock_account - sale_management |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
openupgradelib requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_release_channel_deliver_check_wizard_form_view |
stock.release.channel.deliver.check.wizard | form | New | |
stock_release_channel_form_view |
stock.release.channel | xpath | Inherits stock_release_channel.stock_release_channel_form_view | |
stock_release_channel_kanban_view |
stock.release.channel | xpath | Inherits stock_release_channel.stock_release_channel_kanban_view | |
stock_release_channel_kanban_view_2 |
stock.release.channel | field | Inherits stock_release_channel_shipment_advice.stock_release_channel_kanban_view | |
stock_release_channel_search_view |
stock.release.channel | xpath | Inherits stock_release_channel.stock_release_channel_search_view |
in_release_channel_auto_process
Boolean
help='Technical field to flag shipment advice that are in a release channel auto-process'
index=True
readonly=True
action_done(self)
action_in_progress(self)
create(self, vals_list)
auto_deliver
Boolean
delivering_error
Text
readonly=True
in_process_shipment_advice_ids
One2many → shipment.advice
compute='_compute_in_process_shipment_advice_ids'
args: 'shipment.advice'
is_action_deliver_allowed
Boolean
compute='_compute_is_action_deliver_allowed'
is_action_delivered_allowed
Boolean
compute='_compute_is_action_delivered_allowed'
is_action_delivering_error_allowed
Boolean
compute='_compute_is_action_delivering_error_allowed'
state
Selection
help='The state allows you to control the availability of the release channel.\n* Open: Manual and automatic picking assignment to the release is effective and release operations are allowed.\n * Locked: Release operations are forbidden. (Assignement processes are still working)\n* Delivering: A background task is running to automatically deliver ready shipments\n* Delivering Error: An error occurred in the delivery background task\n* Delivered: Ready transfers are delivered\n* Asleep: Assigned pickings not processed are unassigned from the release channel.\n'
selection_add=[('delivering', 'Delivering'), ('delivering_error', 'Delivering Error'), ('delivered', 'Delivered')]
action_deliver(self)
action_delivered(self)
action_delivering_error(self)
action_sleep(self)
unrelease_backorders(self)
unrelease_picking(self)
release_channel_id
Many2one → stock.release.channel
action_deliver(self)