Stock Release Channels with Sales

sale_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/sale_stock_release_channel_partner_by_date
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSSé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_partner_by_date
    - stock_release_channel
    - stock_available_to_promise_release
odoo/odoo:
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - sale_stock
    - sale
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form sale.order.form.inherit sale.order xpath Inherits sale_stock.view_order_form_inherit_sale_stock
Models touched (1)

New fields (2)
  • release_channel_id Many2one → stock.release.channel
    comodel_name='stock.release.channel' compute='_compute_release_channel_id' domain=<expr> help='Specific release channel for the current delivery address based on expected delivery date.' index=True readonly=False store=True
  • release_channel_partner_date_id Many2one → stock.release.channel.partner.date
    comodel_name='stock.release.channel.partner.date' compute='_compute_release_channel_partner_date_id'
Public methods (1)
  • action_confirm(self)