TIP: You can type at any time to perform a new search.
Shipment Advice Planner
shipment_advice_planner · OCA/stock-logistics-transport
- Repository
- OCA/stock-logistics-transport · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Uncategorized
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-transport
- Last tracking update
- 2026-08-07 08:42:58
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Committers
- Jacques-Etienne Baudoux, Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- requests
- System dependencies
- None
- Required by
- stock_release_channel_shipment_advice, stock_release_channel_shipment_lead_time
- Description
This module is used to plan ready transfers in shipment advices. As this is the base module, it provides only a simple planning mode. Transfers are grouped to have a single shipment advice by warehouse.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
shipment_advice_planner_form_view |
shipment.advice.planner | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
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'domain='[("can_be_planned_in_shipment_advice", "=", True),("picking_type_id.warehouse_id", "=?", warehouse_id),]'readonly=Falserequired=Truestore=Truestring='Pickings to plan' -
shipment_planning_methodSelectiondefault='simple'required=Trueselection=[('simple', 'Simple')] -
warehouse_idMany2one → stock.warehousecomodel_name='stock.warehouse'
-
button_plan_shipments(self)
New fields (1)
-
can_be_planned_in_shipment_adviceBooleancompute='_compute_can_be_planned_in_shipment_advice'search='_search_can_be_planned_in_shipment_advice'
No public methods.
Loading…