Skip to content

[18.0][MIG] project_category_parent_group: Migration to 18.0#731

Open
deeniiz wants to merge 3 commits into18.0from
18.0-mig-project_category_parent_group
Open

[18.0][MIG] project_category_parent_group: Migration to 18.0#731
deeniiz wants to merge 3 commits into18.0from
18.0-mig-project_category_parent_group

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Sep 30, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 30, 2025 15:48
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 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_id field 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

Comment thread project_category_parent_group/i18n/es.po
Comment thread project_category_parent_group/models/__init__.py
Comment thread project_category_parent_group/__init__.py
@deeniiz deeniiz force-pushed the 18.0-mig-project_category_parent_group branch from 8003554 to 8b15795 Compare March 12, 2026 12:09
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (18.0@4b294fd). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

3 participants