Repository
OCA/stock-logistics-release-channel · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
Yes
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
Odoo dependencies
Python dependencies
openupgradelib, requests
System dependencies
None
Required by
sale_stock_release_channel_delivery_date_plan_shipment_lead_time
Description
When the release channel has a delivery lead time, visualize the
preparation days based on the delivery days and the lead time. When
creating your preparation plan, you can see which channel have to be
prepared on which day.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_release_channel_form_view stock.release.channel.form stock.release.channel form Inherits stock_release_channel_shipment_lead_time.stock_release_channel_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • delivery_weekday_ids Many2many → time.weekday
    string='Delivery weekdays' args: 'time.weekday', 'release_channel_delivery_weekday_rel', 'channel_id', 'weekday_id'
  • preparation_weekday_ids Many2many → time.weekday
    compute='_compute_preparation_weekday_ids' readonly=True store=True args: 'time.weekday'
Public methods (0)

No public methods.

Loading…