Repository
OCA/wms · module folder · Try on Runboat
Module version
1.1.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/wms
Last tracking update
2026-08-07 08:09:26
Authors
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
Sébastien Alix, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
openupgradelib, requests
System dependencies
None
Required by
sale_stock_release_channel_partner_by_date_delivery
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form sale.order.form.inherit sale.order form Inherits sale_stock.view_order_form_inherit_sale_stock
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)