-
Notifications
You must be signed in to change notification settings - Fork 17
Modify the spp_change_request module to support SP-MIS and Farmer Registry CR type modules #791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify the spp_change_request module to support SP-MIS and Farmer Registry CR type modules #791
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 17.0 #791 +/- ##
==========================================
+ Coverage 75.68% 76.47% +0.78%
==========================================
Files 764 757 -7
Lines 20218 19984 -234
Branches 2501 2444 -57
==========================================
- Hits 15303 15283 -20
+ Misses 4381 4170 -211
+ Partials 534 531 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodeQL Action v2 was deprecated in Jan 2025, and has now been upgraded to use v3. See: https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Refining code-analysis during push to main branch
Aligning development status across modules where a "base" had been extracted from the initial module
Targeting the lowest version supported by the oldest Python version supported by Odoo 17
8c696fa
to
12c7b70
Compare
|
Why is this change needed?
A new spp_change_request_base module is created in PR: #777 to support any change request implementations. This PR will modify the existing spp_change_request to support only the SP-MIS and Farmer Registry change request implementations.
How was the change implemented?
The spp_change_request module was modified and will depend on the new parent module spp_change_request_base. SP-MIS and Farmer Registry specific change request requirements will be maintained in this module.
New unit tests
Unit tests executed by the author
How to test manually
Related links
Enhancement to Change Request module