TIP: You can type at any time to perform a new search.
Stock Release Channel Preparation Plan
stock_release_channel_plan · OCA/stock-logistics-release-channel
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2many → time.weekdaycompute='_compute_stock_release_channel_delivery_weekday_ids'readonly=Truestore=True args: 'time.weekday'
No public methods.
New fields (2)
-
preparation_plan_idsMany2many → stock.release.channel.preparation.plancolumn1='channel_id'column2='plan_id'comodel_name='stock.release.channel.preparation.plan'relation='stock_release_channel_preparation_plan_rel'string='Preparation Plans' -
preparation_weekday_idsMany2many → time.weekdayargs: 'time.weekday', 'release_channel_preparation_weekday_rel', 'channel_id', 'weekday_id'
No public methods.
New fields (1)
-
preparation_plan_idMany2one → stock.release.channel.preparation.plandefault=<expr>required=True args: 'stock.release.channel.preparation.plan'
-
action_launch(self)
New fields (4)
-
activeBooleandefault=True -
nameCharrequired=True -
release_channel_idsMany2many → stock.release.channelcolumn1='plan_id'column2='channel_id'comodel_name='stock.release.channel'relation='stock_release_channel_preparation_plan_rel'string='Release channels' -
sequenceInteger
No public methods.
Loading…