| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-release-channel |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-release-channel.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-release-channel/tree/18.0/stock_release_channel_shipment_lead_time |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, Ruchir Shukla, OCA-git-bot, oca-ci, Mmequignon |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-release-channel |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
delivery_date
Date
help='maxium shipment date on the channel of related pickings'
readonly=True
No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
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)'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/wms |
| GIT | |
| GIT | https://github.com/OCA/wms.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/wms/tree/16.0/stock_release_channel_shipment_lead_time |
| VERSION | |
| VERSION | 2.1.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, Sébastien Alix, Weblate, OCA-git-bot, Simone Orsi, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/wms |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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)]}
No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
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)'
No public methods.