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 IDNameModelTypeStatus
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_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' domain='[("can_be_planned_in_shipment_advice", "=", True),("picking_type_id.warehouse_id", "=?", warehouse_id),]' readonly=False required=True store=True string='Pickings to plan'
  • shipment_planning_method Selection
    default='simple' required=True selection=[('simple', 'Simple')]
  • warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse'
Public methods (1)
  • button_plan_shipments(self)

New fields (1)
  • can_be_planned_in_shipment_advice Boolean
    compute='_compute_can_be_planned_in_shipment_advice' search='_search_can_be_planned_in_shipment_advice'
Public methods (0)

No public methods.

Loading…