Skip to content

chore: bump 14 migrated modules to 19.0.2.0.0#125

Merged
emjay0921 merged 1 commit into19.0from
chore/bump-v1-modules-to-v2
Mar 19, 2026
Merged

chore: bump 14 migrated modules to 19.0.2.0.0#125
emjay0921 merged 1 commit into19.0from
chore/bump-v1-modules-to-v2

Conversation

@emjay0921
Copy link
Contributor

Why is this change needed?

The 14 modules recently migrated from the private repo still have v1 format versions (19.0.1.x.x). All public repo modules should use the OCA v2 format (19.0.2.0.0) for consistency before release.

How was the change implemented?

Bumped version in __manifest__.py from 19.0.1.x.x to 19.0.2.0.0 for:

  • spp_attachment_av_scan
  • spp_disability_registry
  • spp_farmer_registry
  • spp_farmer_registry_cr
  • spp_farmer_registry_dashboard
  • spp_farmer_registry_demo
  • spp_farmer_registry_vocabularies
  • spp_irrigation
  • spp_land_record
  • spp_registry_group_hierarchy
  • spp_scoring
  • spp_scoring_programs
  • spp_starter_farmer_registry
  • spp_storage_backend

New unit tests

Unit tests executed by the author

How to test manually

Verify modules install correctly with the new version numbers.

Related links

Modules bumped to OCA v2 format version:
- spp_attachment_av_scan
- spp_disability_registry
- spp_farmer_registry
- spp_farmer_registry_cr
- spp_farmer_registry_dashboard
- spp_farmer_registry_demo
- spp_farmer_registry_vocabularies
- spp_irrigation
- spp_land_record
- spp_registry_group_hierarchy
- spp_scoring
- spp_scoring_programs
- spp_starter_farmer_registry
- spp_storage_backend
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request standardizes the version numbers of 14 modules that were recently migrated from a private repository. The update ensures these modules conform to the OCA v2 format (19.0.2.0.0), aligning them with the versioning scheme used by other public repository modules before their official release.

Highlights

  • Module Version Standardization: Updated the version field in __manifest__.py files for 14 recently migrated modules from 19.0.1.x.x to 19.0.2.0.0 to ensure consistency with the OCA v2 format for public repository modules.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.96%. Comparing base (e98d801) to head (3437498).
⚠️ Report is 5 commits behind head on 19.0.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             19.0     #125   +/-   ##
=======================================
  Coverage   69.96%   69.96%           
=======================================
  Files         832      832           
  Lines       48813    48813           
=======================================
  Hits        34154    34154           
  Misses      14659    14659           
Flag Coverage Δ
spp_attachment_av_scan 83.75% <ø> (ø)
spp_base_common 90.26% <ø> (ø)
spp_disability_registry 91.86% <ø> (ø)
spp_farmer_registry 88.39% <ø> (ø)
spp_farmer_registry_cr 61.15% <ø> (ø)
spp_farmer_registry_demo 54.01% <ø> (ø)
spp_farmer_registry_vocabularies 39.40% <ø> (ø)
spp_irrigation 95.45% <ø> (ø)
spp_land_record 98.55% <ø> (ø)
spp_programs 45.51% <ø> (ø)
spp_registry_group_hierarchy 91.17% <ø> (ø)
spp_scoring 74.91% <ø> (ø)
spp_scoring_programs 40.44% <ø> (ø)
spp_security 66.66% <ø> (ø)
spp_storage_backend 79.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
spp_attachment_av_scan/__manifest__.py 0.00% <ø> (ø)
spp_disability_registry/__manifest__.py 0.00% <ø> (ø)
spp_farmer_registry/__manifest__.py 0.00% <ø> (ø)
spp_farmer_registry_cr/__manifest__.py 0.00% <ø> (ø)
spp_farmer_registry_demo/__manifest__.py 0.00% <ø> (ø)
spp_farmer_registry_vocabularies/__manifest__.py 0.00% <ø> (ø)
spp_irrigation/__manifest__.py 0.00% <ø> (ø)
spp_land_record/__manifest__.py 0.00% <ø> (ø)
spp_registry_group_hierarchy/__manifest__.py 0.00% <ø> (ø)
spp_scoring/__manifest__.py 0.00% <ø> (ø)
... and 2 more
🚀 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.

@gemini-code-assist
Copy link

Warning

Gemini is experiencing higher than usual traffic and was unable to create the review. Please try again in a few hours by commenting /gemini review.

@emjay0921 emjay0921 marked this pull request as ready for review March 19, 2026 11:16
@emjay0921 emjay0921 merged commit eb03fa3 into 19.0 Mar 19, 2026
30 checks passed
@emjay0921 emjay0921 deleted the chore/bump-v1-modules-to-v2 branch March 19, 2026 11:18
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.

2 participants