Syncing from upstream OCA/server-tools (19.0)#2034
Merged
bt-admin merged 19 commits intobrain-tec:19.0from Apr 28, 2026
Merged
Conversation
Currently translated at 100.0% (16 of 16 strings) Translation: server-tools-14.0/server-tools-14.0-rpc_helper Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-rpc_helper/es_AR/
Currently translated at 100.0% (8 of 8 strings) Translation: server-tools-16.0/server-tools-16.0-rpc_helper Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-rpc_helper/es/ Added translation using Weblate (Spanish)
Currently translated at 100.0% (8 of 8 strings) Translation: server-tools-16.0/server-tools-16.0-rpc_helper Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-rpc_helper/it/
Currently translated at 100.0% (17 of 17 strings) Translation: server-tools-16.0/server-tools-16.0-rpc_helper Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-rpc_helper/es_AR/
Currently translated at 100.0% (17 of 17 strings) Translation: server-tools-16.0/server-tools-16.0-rpc_helper Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-rpc_helper/it/
Fixes ``` INFO odoo odoo.addons.rpc_helper.tests.test_xmlrpc: Starting TestXMLRPC.test_xmlrpc_can_search_create_blocked__ir_model ... INFO odoo werkzeug: 127.0.0.1 - - [04/Feb/2025 13:39:13] "POST /xmlrpc/2/object HTTP/1.1" 200 - 22 0.006 0.437 WARNING odoo odoo.http: RPC call on res.partner is not allowed ``` New logging is due to odoo/odoo@a65b1d8
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 19.0 #2034 +/- ##
==========================================
+ Coverage 80.37% 80.85% +0.47%
==========================================
Files 172 181 +9
Lines 5096 5238 +142
Branches 630 638 +8
==========================================
+ Hits 4096 4235 +139
Misses 819 819
- Partials 181 184 +3 ☔ View full report in Codecov by Sentry. 🚀 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