TIP: You can type at any time to perform a new search.
Stock Release Channel Shipment Advice
stock_release_channel_shipment_advice · OCA/stock-logistics-release-channel
- Repository
- OCA/stock-logistics-release-channel · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.06 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
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Committers
- Ruchir Shukla, OCA-git-bot, oca-ci
- Odoo dependencies
-
OCA/queue:OCA/stock-logistics-release-channel:OCA/stock-logistics-reservation:OCA/stock-logistics-transport:OCA/stock-logistics-warehouse:odoo/odoo:- sale- base- mail- web- bus- web_tour- account- product- uom- analytic- portal- digest- resource- payment- utm- stock- barcodes- delivery
- Python dependencies
- requests, openupgradelib
- System dependencies
- None
- Required by
- None
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
shipment_advice_form_view |
shipment.advice | form | Inherits shipment_advice.shipment_advice_view_form | |
shipment_advice_planner_form_view |
shipment.advice.planner | form | Inherits shipment_advice_planner.shipment_advice_planner_form_view | |
shipment_advice_search_view |
shipment.advice | search | Inherits shipment_advice.shipment_advice_view_search | |
shipment_advice_tree_view |
shipment.advice | tree | Inherits shipment_advice.shipment_advice_view_tree | |
stock_release_channel_form_view |
stock.release.channel | form | Inherits stock_release_channel.stock_release_channel_form_view | |
stock_release_channel_kanban_view |
stock.release.channel | kanban | Inherits stock_release_channel.stock_release_channel_kanban_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
release_channel_idMany2one → stock.release.channelcheck_company=Truecomodel_name='stock.release.channel'string='Release Channel'
No public methods.
New fields (2)
-
picking_to_plan_idsMany2manydomain='[("can_be_planned_in_shipment_advice", "=", True),("release_channel_id", "=?", release_channel_id),]' -
release_channel_idMany2one → stock.release.channelcomodel_name='stock.release.channel'string='Release Channel'
No public methods.
New fields (6)
-
can_plan_shipmentBooleancompute='_compute_can_plan_shipment' -
dock_idMany2one → stock.dockcomodel_name='stock.dock'domain='[("warehouse_id", "=", warehouse_id)]' -
picking_to_plan_idsMany2many → stock.pickingcomodel_name='stock.picking'compute='_compute_picking_to_plan_ids' -
shipment_advice_idsOne2many → shipment.advicecheck_company=Truecomodel_name='shipment.advice'inverse_name='release_channel_id'readonly=Truestring='Shipment Advices' -
shipment_planning_methodSelectiondefault='none'required=Trueselection=[('none', 'None'), ('simple', 'Simple')] -
warehouse_idMany2oneinverse='_inverse_warehouse_id'
-
button_plan_shipments(self) -
button_show_shipment_advice(self)
Loading…