Skip to content

Conversation

@deeniiz
Copy link
Collaborator

@deeniiz deeniiz commented Oct 8, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 8, 2025 16:30
Copy link

Copilot AI left a 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

#. module: stock_putaway_no_internal
#: model:ir.model,name:stock_putaway_no_internal.model_stock_move
msgid "Stock Move"
msgstr "Movimiento de existencias"
Copy link

Copilot AI Oct 8, 2025

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.

Copilot uses AI. Check for mistakes.
#. module: stock_putaway_no_internal
#: model:ir.model,name:stock_putaway_no_internal.model_stock_move
msgid "Stock Move"
msgstr "Moviment d'estoc"
Copy link

Copilot AI Oct 8, 2025

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.

Copilot uses AI. Check for mistakes.
@deeniiz deeniiz force-pushed the 18.0-mig-stock_putaway_no_internal_mrp branch from 786424f to 738eb78 Compare October 9, 2025 09:44
@deeniiz deeniiz force-pushed the 18.0-mig-stock_putaway_no_internal_mrp branch from 738eb78 to 4a5b4a3 Compare October 9, 2025 09:47
@deeniiz deeniiz requested a review from eantones October 9, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants