Stock Release Channel Shipment Advice

stock_release_channel_shipment_advice
REPOSITORY
REPOSITORYOCA/stock-logistics-release-channel
GIT
GIThttps://github.com/OCA/stock-logistics-release-channel.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-release-channel/tree/18.0/stock_release_channel_shipment_advice
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSRuchir Shukla, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-release-channel
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (1)
  • release_channel_id Many2one → stock.release.channel
    check_company=True comodel_name='stock.release.channel' string='Release Channel'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (6)
  • 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'
Public methods (2)
  • button_plan_shipments(self)
  • button_show_shipment_advice(self)
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/16.0/stock_release_channel_shipment_advice
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Sébastien Alix, Weblate, OCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (1)
  • release_channel_id Many2one → stock.release.channel
    check_company=True comodel_name='stock.release.channel' readonly=True states={'draft': [('readonly', False)]} string='Release Channel'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (6)
  • 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'
Public methods (2)
  • button_plan_shipments(self)
  • button_show_shipment_advice(self)