-
Notifications
You must be signed in to change notification settings - Fork 22
[18.0][MIG] stock_putaway_no_internal_mrp: Migration to 18.0 #751
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
base: 18.0
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This pull request migrates the stock_putaway_no_internal_mrp module from a previous version to Odoo 18.0. The module extends the base stock_putaway_no_internal functionality to exclude putaway strategies for MRP (Manufacturing Resource Planning) operations.
Key changes include:
- Migration of the existing module structure to Odoo 18.0
- Addition of both base and MRP-specific modules for putaway strategy exclusion
- Implementation of context-based picking type code detection to exclude internal and MRP operations
Reviewed Changes
Copilot reviewed 24 out of 26 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
test-requirements.txt |
Adds dependency reference to base module from external repository |
stock_putaway_no_internal_mrp/ |
Complete MRP extension module with models, manifest, and documentation |
stock_putaway_no_internal/ |
Base module providing core putaway exclusion functionality |
stock_putaway_no_internal/i18n/es.po
Outdated
| #. module: stock_putaway_no_internal | ||
| #: model:ir.model,name:stock_putaway_no_internal.model_stock_move | ||
| msgid "Stock Move" | ||
| msgstr "Movimiento de existencias" |
Copilot
AI
Oct 8, 2025
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.
The .po file is missing a blank line at the end of the file, which is required according to Odoo coding standards.
stock_putaway_no_internal/i18n/ca.po
Outdated
| #. module: stock_putaway_no_internal | ||
| #: model:ir.model,name:stock_putaway_no_internal.model_stock_move | ||
| msgid "Stock Move" | ||
| msgstr "Moviment d'estoc" |
Copilot
AI
Oct 8, 2025
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.
The .po file is missing a blank line at the end of the file, which is required according to Odoo coding standards.
786424f to
738eb78
Compare
738eb78 to
4a5b4a3
Compare
No description provided.