Release channel shipment lead time

stock_release_channel_shipment_lead_time
REPOSITORY
REPOSITORYOCA/stock-logistics-release-channel
GIT
GIThttps://github.com/OCA/stock-logistics-release-channel.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-release-channel/tree/18.0/stock_release_channel_shipment_lead_time
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Ruchir Shukla, OCA-git-bot, oca-ci, Mmequignon
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-release-channel
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_tz
OCA/queue:
    - queue_job
OCA/stock-logistics-release-channel:
    - stock_release_channel
    - stock_release_channel_process_end_time
OCA/stock-logistics-reservation:
    - stock_available_to_promise_release
OCA/stock-logistics-transport:
    - shipment_advice_planner
    - shipment_advice
    - stock_dock
OCA/stock-logistics-warehouse:
    - stock_warehouse_out_pull
    - stock_warehouse_calendar
odoo/odoo:
    - web
    - base
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - base_sparse_field
    - stock_delivery
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - stock_account
    - delivery
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage shipment date and delivery lead time on release channel. The
shipment date is computed automatically base on process end date +
shipment lead time days and warehouse calendar.

Exclude deliveries promised after shipment date. A delivery with a
deadline won't be assigned to a channel with a shipment date prior to
the deadline. This allows to prevent to deliver a sales order with a
commitment date in the future.

Adapt computation of release ready to take into account the shipment
lead time. A delivery part of a release channel won't be counted as
release ready if the scheduled date is after the shipment date.

Add the delivery date on the shipment advice.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
shipment_advice_view_form shipment.advice.form shipment.advice field Inherits shipment_advice.shipment_advice_view_form
stock_release_channel_form_view stock.release.channel.form stock.release.channel field Inherits stock_release_channel.stock_release_channel_form_view
Models touched (4)

New fields (1)
  • delivery_date Date
    help='maxium shipment date on the channel of related pickings' readonly=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • delivery_calendar_id Many2one → resource.calendar
    comodel_name='resource.calendar' compute='_compute_delivery_calendar_id' help='Shipment Working Hours. Defaults tot warehouse calendar for simplicity but another calendar can be used.' store=True
  • shipment_date Date
    compute='_compute_shipment_date' help="if no warehouse or no calendar on the warehouse:process end date + shipment lead time.Otherwise, it's counted by calendar included leaves:number of days = lead time + 1" store=True
  • shipment_lead_time Integer
    help='Shipment Lead Time (days)'
Public methods (0)

No public methods.

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_lead_time
VERSION
VERSION 2.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Sébastien Alix, Weblate, OCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_tz
OCA/queue:
    - queue_job
OCA/stock-logistics-transport:
    - shipment_advice_planner
    - shipment_advice
    - stock_dock
OCA/stock-logistics-warehouse:
    - stock_warehouse_calendar
OCA/wms:
    - stock_release_channel
    - stock_available_to_promise_release
    - stock_release_channel_process_end_time
odoo/odoo:
    - web
    - base
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - base_sparse_field
    - delivery
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - analytic
    - payment
    - utm
    - stock_account
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
shipment_advice_view_form shipment.advice.form shipment.advice field Inherits shipment_advice.shipment_advice_view_form
stock_release_channel_form_view stock.release.channel.form stock.release.channel field Inherits stock_release_channel.stock_release_channel_form_view
Models touched (4)

New fields (1)
  • delivery_date Date
    help='maxium shipment date on the channel of related pickings' readonly=True states={'draft': [('readonly', False)], 'confirmed': [('readonly', False)], 'in_progress': [('readonly', False)]}
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • delivery_calendar_id Many2one → resource.calendar
    comodel_name='resource.calendar' compute='_compute_delivery_calendar_id' help='Shipment Working Hours. Defaults tot warehouse calendar for simplicity but another calendar can be used.' store=True
  • shipment_date Date
    compute='_compute_shipment_date' help="if no warehouse or no calendar on the warehouse:process end date + shipment lead time.Otherwise, it's counted by calendar included leaves:number of days = lead time + 1" store=True
  • shipment_lead_time Integer
    help='Shipment Lead Time (days)'
Public methods (0)

No public methods.