| 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_shipment_advice |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| 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 | 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/queue: - queue_job OCA/stock-logistics-release-channel: - stock_release_channel OCA/stock-logistics-reservation: - stock_available_to_promise_release OCA/stock-logistics-transport: - shipment_advice_planner - shipment_advice - stock_dock OCA/stock-logistics-warehouse: - stock_warehouse_out_pull odoo/odoo: - stock_delivery - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes - delivery - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests openupgradelib |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module is used to plan the shipment advices for released pickings in a stock release channel. As this is the base module, it only provides a simple planning mode. All the ready pickings of a release channel are grouped together to result in a single shipping advice per warehouse. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
shipment_advice_form_view |
shipment.advice | xpath | Inherits shipment_advice.shipment_advice_view_form | |
shipment_advice_planner_form_view |
shipment.advice.planner | xpath | Inherits shipment_advice_planner.shipment_advice_planner_form_view | |
shipment_advice_search_view |
shipment.advice | xpath | Inherits shipment_advice.shipment_advice_view_search | |
shipment_advice_tree_view |
shipment.advice | xpath | Inherits shipment_advice.shipment_advice_view_tree | |
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 |
release_channel_id
Many2one → stock.release.channel
check_company=True
comodel_name='stock.release.channel'
string='Release Channel'
No public methods.
picking_to_plan_ids
Many2many
domain='[("can_be_planned_in_shipment_advice", "=", True),("release_channel_id", "=?", release_channel_id),]'
release_channel_id
Many2one → stock.release.channel
comodel_name='stock.release.channel'
string='Release Channel'
No public methods.
can_plan_shipment
Boolean
compute='_compute_can_plan_shipment'
dock_id
Many2one → stock.dock
comodel_name='stock.dock'
domain='[("warehouse_id", "=", warehouse_id)]'
picking_to_plan_ids
Many2many → stock.picking
comodel_name='stock.picking'
compute='_compute_picking_to_plan_ids'
shipment_advice_ids
One2many → shipment.advice
check_company=True
comodel_name='shipment.advice'
inverse_name='release_channel_id'
readonly=True
string='Shipment Advices'
shipment_planning_method
Selection
default='none'
required=True
selection=[('none', 'None'), ('simple', 'Simple')]
warehouse_id
Many2one
inverse='_inverse_warehouse_id'
button_plan_shipments(self)
button_show_shipment_advice(self)
| 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 |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| 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, Sébastien Alix, Weblate, OCA-git-bot, Simone Orsi, oca-ci |
| 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/wms: - stock_release_channel - stock_available_to_promise_release odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - delivery - sale_stock - sale - sales_team - account_payment - account - analytic - payment - utm - stock_account - sale_management - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests openupgradelib |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
shipment_advice_form_view |
shipment.advice | xpath | Inherits shipment_advice.shipment_advice_view_form | |
shipment_advice_planner_form_view |
shipment.advice.planner | xpath | Inherits shipment_advice_planner.shipment_advice_planner_form_view | |
shipment_advice_search_view |
shipment.advice | xpath | Inherits shipment_advice.shipment_advice_view_search | |
shipment_advice_tree_view |
shipment.advice | xpath | Inherits shipment_advice.shipment_advice_view_tree | |
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 |
release_channel_id
Many2one → stock.release.channel
check_company=True
comodel_name='stock.release.channel'
readonly=True
states={'draft': [('readonly', False)]}
string='Release Channel'
No public methods.
picking_to_plan_ids
Many2many
domain='[("can_be_planned_in_shipment_advice", "=", True),("release_channel_id", "=?", release_channel_id),]'
release_channel_id
Many2one → stock.release.channel
comodel_name='stock.release.channel'
string='Release Channel'
No public methods.
can_plan_shipment
Boolean
compute='_compute_can_plan_shipment'
dock_id
Many2one → stock.dock
comodel_name='stock.dock'
domain='[("warehouse_id", "=", warehouse_id)]'
picking_to_plan_ids
Many2many → stock.picking
comodel_name='stock.picking'
compute='_compute_picking_to_plan_ids'
shipment_advice_ids
One2many → shipment.advice
check_company=True
comodel_name='shipment.advice'
inverse_name='release_channel_id'
readonly=True
string='Shipment Advices'
shipment_planning_method
Selection
default='none'
required=True
selection=[('none', 'None'), ('simple', 'Simple')]
warehouse_id
Many2one
inverse='_inverse_warehouse_id'
button_plan_shipments(self)
button_show_shipment_advice(self)