Repository
OCA/stock-logistics-release-channel · module folder · Try on Runboat
Module version
1.1.1
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-release-channel
Last tracking update
2026-08-07 08:43:05
Authors
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
Jacques-Etienne Baudoux, Ruchir Shukla, OCA-git-bot, oca-ci, Mmequignon
Odoo dependencies
Python dependencies
openupgradelib, requests
System dependencies
None
Required by
stock_release_channel_partner_delivery_window, stock_release_channel_plan_shipment_lead_time
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 form Inherits shipment_advice.shipment_advice_view_form
stock_release_channel_form_view stock.release.channel.form stock.release.channel form Inherits stock_release_channel.stock_release_channel_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…