Repository
OCA/stock-logistics-release-channel · module folder · Try on Runboat
Module version
1.1.0
Category
Uncategorized
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-release-channel
Last tracking update
2026-08-07 08:43:05
Authors
ACSONE SA/NV, Odoo Community Association (OCA), BCIM
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA), BCIM
Committers
Jacques-Etienne Baudoux, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
OCA/queue:
OCA/server-tools:
OCA/stock-logistics-release-channel:
OCA/stock-logistics-reservation:
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
Python dependencies
openupgradelib, requests
System dependencies
None
Required by
stock_release_channel_plan_process_end_time, stock_release_channel_plan_shipment_lead_time
Description
Release channel plans allow you to organize your release channels inside
a plan to awake then all at once.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_partner_form_view res.partner form Inherits stock_release_channel.res_partner_form_view
stock_release_channel_form_view stock.release.channel form Inherits stock_release_channel.stock_release_channel_form_view
stock_release_channel_plan_wizard_launch_form_view stock.release.channel.plan.wizard.launch form New
stock_release_channel_preparation_plan_form_view stock.release.channel.preparation.plan form New
stock_release_channel_preparation_plan_search_view stock.release.channel.preparation.plan search New
stock_release_channel_preparation_plan_tree_view stock.release.channel.preparation.plan list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • stock_release_channel_delivery_weekday_ids Many2many → time.weekday
    compute='_compute_stock_release_channel_delivery_weekday_ids' readonly=True store=True args: 'time.weekday'
Public methods (0)

No public methods.

New fields (2)
  • preparation_plan_ids Many2many → stock.release.channel.preparation.plan
    column1='channel_id' column2='plan_id' comodel_name='stock.release.channel.preparation.plan' relation='stock_release_channel_preparation_plan_rel' string='Preparation Plans'
  • preparation_weekday_ids Many2many → time.weekday
    args: 'time.weekday', 'release_channel_preparation_weekday_rel', 'channel_id', 'weekday_id'
Public methods (0)

No public methods.

New fields (1)
  • preparation_plan_id Many2one → stock.release.channel.preparation.plan
    default=<expr> required=True args: 'stock.release.channel.preparation.plan'
Public methods (1)
  • action_launch(self)

New fields (4)
  • active Boolean
    default=True
  • name Char
    required=True
  • release_channel_ids Many2many → stock.release.channel
    column1='plan_id' column2='channel_id' comodel_name='stock.release.channel' relation='stock_release_channel_preparation_plan_rel' string='Release channels'
  • sequence Integer
Public methods (0)

No public methods.

Loading…