[18.0][MIG] project_category_parent_group: Migration to 18.0#731
Open
[18.0][MIG] project_category_parent_group: Migration to 18.0#731
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the project_category_parent_group module from a previous Odoo version to version 18.0. The module enables grouping projects by their parent category type by adding a computed field and corresponding search/filter functionality.
Key changes include:
- Complete module structure setup with proper Python models and XML views
- Implementation of a computed
parent_type_idfield that derives from the project type's parent - Addition of search view enhancements to filter and group projects by parent type
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Defines module metadata, dependencies, and version for 18.0 |
models/project_project.py |
Implements the computed parent_type_id field logic |
views/project_project_views.xml |
Adds search field and grouping filter for parent type |
i18n/es.po |
Provides Spanish translations for the new field |
| Various documentation files | Standard module documentation and readme files |
eafa32d to
8003554
Compare
8003554 to
8b15795
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 18.0 #731 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 3
Lines ? 10
Branches ? 1
========================================
Hits ? 10
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.