Stock Release Channels for Delivery Dates

stock_release_channel_partner_by_date
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/16.0/stock_release_channel_partner_by_date
VERSION
VERSION 2.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Sébastien Alix, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/queue:
    - queue_job
OCA/wms:
    - stock_release_channel
    - stock_available_to_promise_release
odoo/odoo:
    - web
    - base
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_partner_form_view res.partner xpath Inherits stock_release_channel.res_partner_form_view
Models touched (4)

New fields (1)
  • stock_release_channel_by_date_ids One2many → stock.release.channel.partner.date
    comodel_name='stock.release.channel.partner.date' context={'active_test': False} help='Additional release channels for a specific delivery date.' inverse_name='partner_id' string='Additional Release Channels'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • release_channel_partner_date_ids One2many → stock.release.channel.partner.date
    comodel_name='stock.release.channel.partner.date' inverse_name='release_channel_id' string='Delivery addresses by specific date'
Public methods (1)
  • action_sleep(self)

New fields (4)
  • active Boolean
    default=True
  • date Date
    index=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' index=True ondelete='cascade' readonly=True required=True string='Delivery Address'
  • release_channel_id Many2one → stock.release.channel
    comodel_name='stock.release.channel' index=True ondelete='cascade' required=True string='Release Channel'
Public methods (0)

No public methods.