Skip to content

feat: update 19.0#122

Merged
sireko merged 168 commits into
BTLzdravtech:19.0from
OCA:19.0
Apr 24, 2026
Merged

feat: update 19.0#122
sireko merged 168 commits into
BTLzdravtech:19.0from
OCA:19.0

Conversation

@sireko
Copy link
Copy Markdown

@sireko sireko commented Apr 24, 2026

No description provided.

OCA-git-bot and others added 30 commits November 19, 2025 15:03
Currently translated at 92.3% (12 of 13 strings)

Translation: server-ux-14.0/server-ux-14.0-base_revision
Translate-URL: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_revision/es/
Added translation using Weblate (Spanish)
…ld if it exists in the model.

[UPD] Update base_revision.pot
base_revision 14.0.1.1.0
[UPD] Update base_revision.pot
[UPD] README.rst
[UPD] Update base_revision.pot
[UPD] README.rst
Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-ux-16.0/server-ux-16.0-base_revision
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_revision/
base_revision 16.0.1.0.1
[fix] unit test in sale_order_revision fails
base_revision 16.0.1.0.2
[UPD] README.rst
Translated using Weblate (Italian)

Currently translated at 100.0% (11 of 11 strings)

Translation: server-ux-16.0/server-ux-16.0-base_revision
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_revision/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-ux-18.0/server-ux-18.0-base_revision
Translate-URL: https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_revision/
Currently translated at 100.0% (11 of 11 strings)

Translation: server-ux-18.0/server-ux-18.0-base_revision
Translate-URL: https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_revision/pt/
Currently translated at 100.0% (11 of 11 strings)

Translation: server-ux-18.0/server-ux-18.0-base_revision
Translate-URL: https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_revision/it/
Currently translated at 100.0% (11 of 11 strings)

Translation: server-ux-18.0/server-ux-18.0-base_revision
Translate-URL: https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_revision/tr/
oca-ci and others added 28 commits February 9, 2026 12:47
Currently translated at 100.0% (19 of 19 strings)

Translation: server-ux-18.0/server-ux-18.0-base_search_custom_field_filter
Translate-URL: https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_search_custom_field_filter/it/
… related fields

Steps to reproduce the behavior:

1. Define a custom filter with . notation like partner_id.lang
2. Access to the model defined, to check if we can use this filter.

An error was thrown

With this changes the field is defined in the correct point and the error is not thrown.
Signed-off-by StefanRijnhart
Signed-off-by thomaspaulb
When base_cancel_confirm adds fields to XML via get_view(), it must also
add those fields to the models dictionary. The previous code skipped merging
when the model already existed, causing JavaScript errors like:

  "Missing field string information for the field 'cancel_confirm'"

This fix merges the new fields with existing ones instead of skipping them.

Closes #1190
Signed-off-by LoisRForgeFlow
Signed-off-by pedrobaeza
@sireko sireko merged commit d0a9460 into BTLzdravtech:19.0 Apr 24, 2026
4 checks passed
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 96.15912% with 28 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
base_cancel_confirm/model/base_cancel_confirm.py 81.63% 4 Missing and 5 partials ⚠️
base_substate/models/base_substate_mixin.py 91.54% 3 Missing and 3 partials ⚠️
base_revision/models/base_revision.py 92.53% 4 Missing and 1 partial ⚠️
base_substate/tests/sale_test.py 90.24% 4 Missing ⚠️
base_search_custom_field_filter/models/base.py 92.85% 1 Missing and 2 partials ⚠️
base_revision/tests/base_revision_tester.py 92.30% 1 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Files with missing lines Coverage Δ
base_cancel_confirm/__init__.py 100.00% <100.00%> (ø)
base_cancel_confirm/model/__init__.py 100.00% <100.00%> (ø)
base_cancel_confirm/tests/__init__.py 100.00% <100.00%> (ø)
base_cancel_confirm/tests/cancel_confirm_tester.py 100.00% <100.00%> (ø)
base_cancel_confirm/tests/test_cancel_confirm.py 100.00% <100.00%> (ø)
base_cancel_confirm/wizard/__init__.py 100.00% <100.00%> (ø)
base_cancel_confirm/wizard/cancel_confirm.py 100.00% <100.00%> (ø)
base_revision/__init__.py 100.00% <100.00%> (ø)
base_revision/models/__init__.py 100.00% <100.00%> (ø)
base_revision/tests/__init__.py 100.00% <100.00%> (ø)
... and 25 more
🚀 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.