chore: bump 14 migrated modules to 19.0.2.0.0#125
Conversation
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
Summary of ChangesHello, 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 ( Highlights
Using Gemini Code AssistThe 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
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 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
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 19.0 #125 +/- ##
=======================================
Coverage 69.96% 69.96%
=======================================
Files 832 832
Lines 48813 48813
=======================================
Hits 34154 34154
Misses 14659 14659
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Warning Gemini is experiencing higher than usual traffic and was unable to create the review. Please try again in a few hours by commenting |
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
versionin__manifest__.pyfrom19.0.1.x.xto19.0.2.0.0for:New unit tests
Unit tests executed by the author
How to test manually
Verify modules install correctly with the new version numbers.
Related links