Skip to content

[18.0][MIG] connector_woocommerce: Migration to 18.0#874

Open
deeniiz wants to merge 25 commits into18.0from
18.0-mig-connector_woocommerce
Open

[18.0][MIG] connector_woocommerce: Migration to 18.0#874
deeniiz wants to merge 25 commits into18.0from
18.0-mig-connector_woocommerce

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Mar 27, 2026

No description provided.

@deeniiz deeniiz force-pushed the 18.0-mig-connector_woocommerce branch from a678ca3 to 60954c7 Compare March 30, 2026 16:16
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 30, 2026

Codecov Report

❌ Patch coverage is 53.54411% with 911 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.54%. Comparing base (e028182) to head (421dd88).

Files with missing lines Patch % Lines
...ocommerce/models/product_template/export_mapper.py 30.96% 107 Missing ⚠️
...tor_woocommerce/models/product_template/adapter.py 22.07% 60 Missing ⚠️
connector_woocommerce/models/backend/backend.py 49.13% 59 Missing ⚠️
connector_woocommerce/models/sale_order/adapter.py 26.76% 52 Missing ⚠️
...onnector_woocommerce/models/sale_order/importer.py 36.70% 50 Missing ⚠️
...oocommerce/models/product_product/export_mapper.py 38.46% 48 Missing ⚠️
...mmerce/models/product_template/product_template.py 43.37% 47 Missing ⚠️
...tor_woocommerce/models/sale_order/import_mapper.py 42.10% 44 Missing ⚠️
...commerce/models/product_attribute_value/adapter.py 21.81% 43 Missing ⚠️
...oocommerce/models/sale_order_line/import_mapper.py 43.05% 41 Missing ⚠️
... and 35 more
Additional details and impacted files
@@             Coverage Diff             @@
##             18.0     #874       +/-   ##
===========================================
+ Coverage   29.76%   53.54%   +23.77%     
===========================================
  Files          17       87       +70     
  Lines        1233     1961      +728     
  Branches      252      247        -5     
===========================================
+ Hits          367     1050      +683     
- Misses        866      908       +42     
- Partials        0        3        +3     

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

@deeniiz deeniiz force-pushed the 18.0-mig-connector_woocommerce branch 3 times, most recently from 9d7daf0 to 22904a6 Compare April 7, 2026 15:42
@deeniiz deeniiz force-pushed the 18.0-mig-connector_woocommerce branch 2 times, most recently from e943f04 to 98027c4 Compare April 8, 2026 07:59
@deeniiz deeniiz requested a review from eantones April 8, 2026 08:03
@deeniiz deeniiz force-pushed the 18.0-mig-connector_woocommerce branch from 98027c4 to 8659579 Compare April 9, 2026 09:14
deeniiz added 5 commits April 15, 2026 12:30
In Odoo 18, queue_job forbids commits during job execution via
_prevent_commit to avoid releasing the job lock prematurely.
The cr.commit() in bind_export was an optimization for concurrent
binding creation that is no longer compatible. The _retry_unique_violation
context manager still handles race conditions via PostgreSQL's UNIQUE
constraint without needing an explicit commit.
@deeniiz deeniiz force-pushed the 18.0-mig-connector_woocommerce branch from 8659579 to 421dd88 Compare April 15, 2026 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants