Skip to content

Syncing from upstream OCA/queue (17.0)#461

Merged
bt-admin merged 90 commits intobrain-tec:17.0from
OCA:17.0
Mar 31, 2025
Merged

Syncing from upstream OCA/queue (17.0)#461
bt-admin merged 90 commits intobrain-tec:17.0from
OCA:17.0

Conversation

@bt-admin
Copy link
Copy Markdown

bt_gitbot

sbidoul and others added 30 commits September 3, 2024 09:53
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']
api decorator only recognize 'res_id' or 'id' as keyword args
OCA-git-bot and others added 27 commits September 3, 2024 09:53
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/
Signed-off-by rvalyi
@bt-admin bt-admin added the 17.0 label Mar 31, 2025
@bt-admin bt-admin merged commit 657a243 into brain-tec:17.0 Mar 31, 2025
4 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2025

Codecov Report

Attention: Patch coverage is 32.40741% with 73 lines in your changes missing coverage. Please review.

Project coverage is 83.13%. Comparing base (83c99f4) to head (ed84f76).
Report is 117 commits behind head on 17.0.

Files with missing lines Patch % Lines
base_import_async/models/base_import_import.py 28.00% 72 Missing ⚠️
base_import_async/models/queue_job.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             17.0     #461      +/-   ##
==========================================
- Coverage   84.48%   83.13%   -1.36%     
==========================================
  Files          65       69       +4     
  Lines        4048     4156     +108     
  Branches      376      387      +11     
==========================================
+ Hits         3420     3455      +35     
- Misses        550      623      +73     
  Partials       78       78              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.