Syncing from upstream OCA/queue (18.0)#464
Merged
bt-admin merged 80 commits intobrain-tec:18.0from Apr 16, 2025
Merged
Conversation
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
In the options of an import. This option is too technical to be displayed on the frontend, but the wizard can be called with the option. It is useful when we have to run several imports one after the other and the 'other' has dependencies on the 'one'.
Shortcut methods session.create(), session.write(), session.browse(), session.search() should now be directly called on session.env['model']
The function has been deprecated in OCA/connector@6e3ab38
api decorator only recognize 'res_id' or 'id' as keyword args
Currently translated at 8.3% (1 of 12 strings) Translation: queue-14.0/queue-14.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-14-0/queue-14-0-base_import_async/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: queue-16.0/queue-16.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-base_import_async/
In migration to 16.0, input class `oe_import_queue` was replaced by another one when it has to be added instead, causing the module not to work. In Javascript, input is searched by this class and it's not found, so value cannot be recovered and import is made synchronously.
…ting the attachment. Some default values might be present in context depending on the action we came from when clicking on 'import' button. These default values are not intended to be default values for the ir.attachment record. In some cases they cause an error because a field with the same name exists on ir.attachment, as for e.g. the 'default_type'='opportunity' value present in the standard crm.lead action context.
Currently translated at 100.0% (9 of 9 strings) Translation: queue-16.0/queue-16.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-base_import_async/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: queue-16.0/queue-16.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-base_import_async/
Currently translated at 100.0% (9 of 9 strings) Translation: queue-16.0/queue-16.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-base_import_async/it/
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #464 +/- ##
==========================================
- Coverage 79.71% 78.85% -0.86%
==========================================
Files 74 80 +6
Lines 4377 4516 +139
Branches 398 409 +11
==========================================
+ Hits 3489 3561 +72
- Misses 835 902 +67
Partials 53 53 ☔ 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