[18.0] [ADD] shopinvader_router_helper#1616
Open
paradoxxxzero wants to merge 3 commits intoshopinvader:18.0from
Open
[18.0] [ADD] shopinvader_router_helper#1616paradoxxxzero wants to merge 3 commits intoshopinvader:18.0from
paradoxxxzero wants to merge 3 commits intoshopinvader:18.0from
Conversation
76ef644 to
285499c
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #1616 +/- ##
=======================================
Coverage ? 95.05%
=======================================
Files ? 7
Lines ? 344
Branches ? 11
=======================================
Hits ? 327
Misses ? 15
Partials ? 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
67660a6 to
ef11d45
Compare
127e203 to
c7c4114
Compare
c7c4114 to
ccd687d
Compare
ccd687d to
23a9715
Compare
This was referenced Jan 22, 2026
77f4304 to
491bf83
Compare
This was referenced Jan 26, 2026
491bf83 to
fd8757b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This first 18.0 PR introduce a new way to handle router odoo-inheritable code.
It fixes several problems that arises when using directly AbstractModel.new in 18.0 by introducing a new
VirtualModel.It also provides an helper with common CRUD methods with a new security approach and includes and replaces
shopinvader_filtered_model.This helper is aimed to be used in all shopinvader modules that does CRUD on odoo models.
Depends on OCA/rest-framework#587