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 IDNameModelTypeStatus
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_delay Integer
    compute='_compute_shipment_advice_arrival_delay' help='The delay between the release channel process end time and the arrival of shipments to the dock.' readonly=False store=True
  • shipment_advice_arrival_time Float
    compute='_compute_shipment_advice_arrival_time' inverse='_inverse_shipment_advice_arrival_time' args: 'Arrival to dock at'
  • shipment_advice_departure_delay Integer
    compute='_compute_shipment_advice_departure_delay' help='The delay between the release channel process end time and the departure of shipments to the dock.' readonly=False store=True
  • shipment_advice_departure_time Float
    compute='_compute_shipment_advice_departure_time' inverse='_inverse_shipment_advice_departure_time' args: 'Departure from dock at'
Public methods (0)

No public methods.

New fields (2)
  • release_channel_shipment_advice_arrival_delay Integer
    help='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_delay Integer
    help='Default value for the delay between the release channel process end time and the departure of shipments from the dock.'
Public methods (0)

No public methods.