Repository
OCA/wms · module folder · Try on Runboat
Module version
1.1.0
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/wms
Last tracking update
2026-08-07 08:09:26
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Laurent Mignon (ACSONE), sbejaoui, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
requests, openupgradelib
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_release_channel_form_view stock.release.channel form Inherits stock_release_channel_shipment_advice.stock_release_channel_form_view
toursolver_task_form_view toursolver.task form Inherits shipment_advice_planner_toursolver.toursolver_task_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • create_toursolver_task(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • delivery_resource_ids Many2many → toursolver.resource
    comodel_name='toursolver.resource' help='delivery resources to be considered in geo-optimazation' string='Delivery resources'
  • shipment_planning_method Selection
    ondelete={'toursolver': 'cascade'} selection_add=[('toursolver', 'TourSolver')]
Public methods (0)

No public methods.

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

No public methods.