Skip to content

Pull request for issue #4#12

Draft
google-labs-jules[bot] wants to merge 5 commits into
masterfrom
feat/odf-data-quality-dashboard
Draft

Pull request for issue #4#12
google-labs-jules[bot] wants to merge 5 commits into
masterfrom
feat/odf-data-quality-dashboard

Conversation

@google-labs-jules

Copy link
Copy Markdown

Fixes #4

This commit introduces the new Odoo module `odf_data_quality_dashboard`.

The module provides a non-blocking data validation workflow and UI to manage data quality issues.

Key features:
- A new model `odf.data.quality.issue` to track data problems.
- A nightly scheduled action that runs data validation checks (e.g., missing VAT on partners) and creates issue records instead of raising errors.
- A "Data Quality Dashboard" menu with a Kanban view grouped by status, allowing users to manage the queue of issues.

Additionally, this commit includes fixes to the project's testing and linting configuration (`noxfile.py`, `.pre-commit-config.yaml`, `pyproject.toml`) to ensure all quality checks pass. This was necessary to deliver a fully compliant solution.
@bosd

bosd commented Aug 20, 2025

Copy link
Copy Markdown
Owner

/gemini review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a new Odoo module for a data quality dashboard, which is a great addition. The implementation is a solid first step, but there are a few areas for improvement regarding performance, adherence to Odoo best practices, and usability. My review includes suggestions to optimize database operations by using batch creation, align with Odoo conventions for model methods and date handling, and enhance the user experience by adding a list view for the new model. The changes to the pre-commit and build configurations are positive and improve the development environment's robustness.

Comment thread modules/odf_data_quality_dashboard/models/odf_data_quality_issue.py
Comment thread modules/odf_data_quality_dashboard/models/odf_data_quality_issue.py
Comment thread modules/odf_data_quality_dashboard/models/odf_data_quality_issue.py Outdated
Comment thread modules/odf_data_quality_dashboard/views/odf_data_quality_issue_views.xml Outdated
bosd and others added 4 commits August 20, 2025 22:06
…ue.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…ue.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…ue.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…e_views.xml

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task 1.3: Create odf_data_quality_dashboard Module

1 participant