Skip to content

[18.0][MIG] stock_inventory_additional_groups: Migration to 18.0#740

Open
deeniiz wants to merge 6 commits into18.0from
18.0-mig-stock_inventory_additional_groups
Open

[18.0][MIG] stock_inventory_additional_groups: Migration to 18.0#740
deeniiz wants to merge 6 commits into18.0from
18.0-mig-stock_inventory_additional_groups

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Oct 2, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 2, 2025 13:40
Copy link
Copy Markdown

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 PR migrates the stock_inventory_additional_groups module from a previous version to Odoo 18.0. The module creates additional permission groups for inventory operations by adding an "Advanced user" group that controls access to inventory adjustments.

Key changes:

  • Migration of all module files to support Odoo 18.0
  • Updated copyright headers to include 2025 and new contributor
  • Maintained existing functionality for inventory permission groups

Reviewed Changes

Copilot reviewed 9 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
__manifest__.py Updated version to 18.0.1.0.0 and copyright headers
security/stock_security.xml Defines the Advanced user group for inventory permissions
views/stock_quant_views.xml Restricts inventory apply button to advanced users only
i18n/es.po Spanish translation file for the module
readme/DESCRIPTION.md Module description for documentation generation
readme/CONTRIBUTORS.md List of module contributors
README.rst Auto-generated documentation file
static/description/index.html Auto-generated HTML documentation
pyproject.toml Python project configuration file

@@ -0,0 +1 @@
This module adds adittional permission groups on inventory module
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a spelling error in 'adittional' which should be 'additional'.

Suggested change
This module adds adittional permission groups on inventory module
This module adds additional permission groups on inventory module

Copilot uses AI. Check for mistakes.

{
"name": "Stock inventory additional groups",
"summary": "This module adds adittional permission groups on inventory module",
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a spelling error in 'adittional' which should be 'additional'.

Suggested change
"summary": "This module adds adittional permission groups on inventory module",
"summary": "This module adds additional permission groups on inventory module",

Copilot uses AI. Check for mistakes.
Comment thread stock_inventory_additional_groups/i18n/es.po
@github-actions
Copy link
Copy Markdown

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions Bot added the stale label Mar 15, 2026
@eantones eantones added no stale and removed stale labels Mar 16, 2026
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