[18.0][MIG] contract_manual_security: Migration to 18.0#724
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the contract_manual_security module from a previous Odoo version to 18.0. The module provides security controls for the 'Create invoices' button in contract forms by restricting access through user groups.
- Migration to Odoo 18.0 with updated manifest version
- Addition of security group configuration and view modifications
- Complete module structure with documentation and translations
Reviewed Changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Module manifest updated to version 18.0.1.0.0 |
views/contract_views.xml |
View inheritance to add group restrictions to invoice creation button |
security/contract_security.xml |
Security group definition for manual invoice creation permission |
readme/ |
Module documentation files |
i18n/es.po |
Spanish translation file |
pyproject.toml |
Build system configuration |
README.rst |
Generated module documentation |
static/description/index.html |
Generated HTML documentation |
79c9f39 to
de18b45
Compare
eantones
approved these changes
Sep 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.