Stock Release Channel Shipment Advice Toursolver

stock_release_channel_shipment_advice_toursolver
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_toursolver
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), sbejaoui, Weblate, OCA-git-bot, 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/server-tools:
    - base_time_window
OCA/stock-logistics-transport:
    - shipment_advice_planner
    - shipment_advice
    - stock_dock
    - shipment_advice_planner_toursolver
OCA/wms:
    - stock_release_channel_shipment_advice
    - 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 (2)
XML IDNameModelTypeStatus
stock_release_channel_form_view stock.release.channel xpath Inherits stock_release_channel_shipment_advice.stock_release_channel_form_view
toursolver_task_form_view toursolver.task xpath Inherits shipment_advice_planner_toursolver.toursolver_task_form_view
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.