Repository
OCA/wms · module folder · Try on Runboat
Module version
2.1.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
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
Jacques-Etienne Baudoux, Sébastien Alix, Weblate, OCA-git-bot, oca-ci, santostelmo
Odoo dependencies
Python dependencies
openupgradelib, requests
System dependencies
None
Required by
sale_stock_release_channel_partner_by_date, stock_release_channel_partner_by_date_delivery_window, stock_release_channel_partner_by_date_public_holidays
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_partner_form_view res.partner form Inherits stock_release_channel.res_partner_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.