Stock Release Channel Shipment Advice Process End Time

stock_release_channel_shipment_advice_process_end_time
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/16.0/stock_release_channel_shipment_advice_process_end_time
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSsbejaoui, Weblate, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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/wms:
    - stock_release_channel_shipment_advice
    - stock_release_channel
    - stock_available_to_promise_release
    - stock_release_channel_process_end_time
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - delivery
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - analytic
    - payment
    - utm
    - stock_account
    - sale_management
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES requests
openupgradelib
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_release_channel_form_view stock.release.channel xpath Inherits stock_release_channel_shipment_advice.stock_release_channel_form_view
stock_warehouse_form_view stock.warehouse xpath Inherits stock.view_warehouse
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.