TIP: You can type at any time to perform a new search.
Stock Release Channel Shipment Advice Process End Time
stock_release_channel_shipment_advice_process_end_time · OCA/wms
- Repository
- OCA/wms · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/wms
- Last tracking update
- 2026-08-07 08:09:26
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- sbejaoui, Weblate, oca-ci
- Odoo dependencies
- Python dependencies
- requests, openupgradelib
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_release_channel_form_view |
stock.release.channel | form | Inherits stock_release_channel_shipment_advice.stock_release_channel_form_view | |
stock_warehouse_form_view |
stock.warehouse | form | Inherits stock.view_warehouse |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (4)
-
shipment_advice_arrival_delayIntegercompute='_compute_shipment_advice_arrival_delay'help='The delay between the release channel process end time and the arrival of shipments to the dock.'readonly=Falsestore=True -
shipment_advice_arrival_timeFloatcompute='_compute_shipment_advice_arrival_time'inverse='_inverse_shipment_advice_arrival_time' args: 'Arrival to dock at' -
shipment_advice_departure_delayIntegercompute='_compute_shipment_advice_departure_delay'help='The delay between the release channel process end time and the departure of shipments to the dock.'readonly=Falsestore=True -
shipment_advice_departure_timeFloatcompute='_compute_shipment_advice_departure_time'inverse='_inverse_shipment_advice_departure_time' args: 'Departure from dock at'
No public methods.
New fields (2)
-
release_channel_shipment_advice_arrival_delayIntegerhelp='Default value for the delay between the release channel process end time and the arrival of shipments to docks of this warehouse.' -
release_channel_shipment_advice_departure_delayIntegerhelp='Default value for the delay between the release channel process end time and the departure of shipments from the dock.'
No public methods.