[18.0][MIG] stock_inventory_additional_groups: Migration to 18.0#740
[18.0][MIG] stock_inventory_additional_groups: Migration to 18.0#740
Conversation
There was a problem hiding this comment.
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 | |||
There was a problem hiding this comment.
There's a spelling error in 'adittional' which should be 'additional'.
| This module adds adittional permission groups on inventory module | |
| This module adds additional permission groups on inventory module |
|
|
||
| { | ||
| "name": "Stock inventory additional groups", | ||
| "summary": "This module adds adittional permission groups on inventory module", |
There was a problem hiding this comment.
There's a spelling error in 'adittional' which should be 'additional'.
| "summary": "This module adds adittional permission groups on inventory module", | |
| "summary": "This module adds additional permission groups on inventory module", |
|
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. |
No description provided.