Skip to content

Syncing from upstream OCA/connector (19.0)#465

Merged
bt-admin merged 4 commits into
brain-tec:19.0from
OCA:19.0
Jun 17, 2026
Merged

Syncing from upstream OCA/connector (19.0)#465
bt-admin merged 4 commits into
brain-tec:19.0from
OCA:19.0

Conversation

@bt-admin

Copy link
Copy Markdown

bt_gitbot

SilvioC2C and others added 4 commits June 17, 2026 14:11
Class ``TransactionComponentCase.setUp()`` was not calling ``super()`` because of an inheritance issue:
 ``odoo.tests.common.TransactionCase.setUp()`` was not calling ``super()`` either.

Since the issue has been solved, the test setup can be improved, allowing subclasses that inherit
 from ``TransactionComponentCase`` to correctly resolve the chain of ``super().setUp()`` calls.
Commit 96d9f26 improved test setup, but introduced a bug: the components registry was never flagged as 'ready' anymore.
This commit fixes such bug.
Signed-off-by simahawk
@bt-admin bt-admin added the 19.0 label Jun 17, 2026
@bt-admin bt-admin merged commit a94da52 into brain-tec:19.0 Jun 17, 2026
4 checks passed
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.55%. Comparing base (4013afc) to head (f29c285).
⚠️ Report is 8 commits behind head on 19.0.

Additional details and impacted files
@@            Coverage Diff             @@
##             19.0     #465      +/-   ##
==========================================
- Coverage   84.56%   84.55%   -0.02%     
==========================================
  Files          43       43              
  Lines        2657     2654       -3     
  Branches      159      159              
==========================================
- Hits         2247     2244       -3     
  Misses        375      375              
  Partials       35       35              

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

3 participants