-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][ADD] stock_release_channel_split_picking: Glue module #941
base: 16.0
Are you sure you want to change the base?
[16.0][ADD] stock_release_channel_split_picking: Glue module #941
Conversation
This module is a glue module that integrates the *stock_release_channel* module with the *stock_picking_split* module. It ensures that when a stock picking is split, the new picking is linked to the same release channel as the original picking.
ping @rousseldenis @sbejaoui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename module name and fix deps
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Stock Split Picking With Release Channel", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"name": "Stock Split Picking With Release Channel", | |
"name": "Stock Split Picking With Release Channel Propagate Picking", |
"author": "ACSONE SA/NV,Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/wms", | ||
"depends": [ | ||
"stock_release_channel", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"stock_release_channel", | |
"stock_release_channel_propagate_channel_picking", |
This module is a glue module that integrates the stock_release_channel module with the stock_picking_split module. It ensures that when a stock picking is split, the new picking is linked to the same release channel as the original picking.