Syncing from upstream OCA/edi-framework (18.0)#166
Merged
Conversation
Currently translated at 100.0% (12 of 12 strings) Translation: edi-framework-16.0/edi-framework-16.0-edi_exchange_deduplicate_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_exchange_deduplicate_oca/it/
Exchange type action ``act_open_edi_exchange_type_view`` declared ``active_test=False`` in its context to allow displaying archived rules in the ExcType form view. However, this choice had the side effect of propagating ``active_test=False`` to all relational fields' context, leading to archived records to *always* be displayed. This fix removes the context key from the action and moves it to the field's definition itself (at model lever, not view level).
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #166 +/- ##
==========================================
+ Coverage 94.06% 94.09% +0.03%
==========================================
Files 225 233 +8
Lines 6516 6658 +142
Branches 418 429 +11
==========================================
+ Hits 6129 6265 +136
- Misses 280 284 +4
- Partials 107 109 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
bt_gitbot