Skip to content

Fork Sync Branch 19.0#203

Merged
btl-bot merged 232 commits into
BTLzdravtech:19.0from
OCA:19.0
Jun 29, 2026
Merged

Fork Sync Branch 19.0#203
btl-bot merged 232 commits into
BTLzdravtech:19.0from
OCA:19.0

Conversation

@btl-bot

@btl-bot btl-bot commented Jun 29, 2026

Copy link
Copy Markdown

No description provided.

sebastienbeau and others added 30 commits February 6, 2026 17:52
Add a default e-mail template
Add the code we used to test the failure of scheduler (the import directive is commented)
Add logo and screenshot.
Add demo scheduler and test/debug function.
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
* [FIX] scheduler_error_mailer font typo

* [REM] Deleting scheduler_error_mailer.pot

OCA Transbot updated translations from Transifex
[UPD] Update scheduler_error_mailer.pot
[UPD] README.rst

[UPD] Update scheduler_error_mailer.pot

Update translation files

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

Translation: server-tools-12.0/server-tools-12.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-scheduler_error_mailer/

[UPD] README.rst
[UPD] Update scheduler_error_mailer.pot

Update translation files

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

Translation: server-tools-12.0/server-tools-12.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-scheduler_error_mailer/
Update scheduler_error_mailer/models/ir_cron.py

Co-authored-by: Christopher Rogos <crogos@gmail.com>
Update scheduler_error_mailer/models/ir_cron.py
C#o-authored-by: Christopher Rogos <crogos@gmail.com>
…del changes

[FIX] scheduler_error_mailer: migrated template might not have template_fs
- remove tracking_model (less model, less code, less issue)
- add automatic rule for default config (this avoid missing tracked field
after module installation)
oca-ci and others added 26 commits May 29, 2026 08:54
Currently translated at 54.3% (44 of 81 strings)

Translation: server-tools-19.0/server-tools-19.0-database_cleanup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-database_cleanup/sl/
Currently translated at 54.3% (44 of 81 strings)

Translation: server-tools-19.0/server-tools-19.0-database_cleanup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-database_cleanup/sl/
Currently translated at 73.6% (67 of 91 strings)

Translation: server-tools-19.0/server-tools-19.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-auditlog/sl/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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

Translation: server-tools-18.0/server-tools-18.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-base_search_fuzzy/it/
Signed-off-by thomaspaulb
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-19.0/server-tools-19.0-module_auto_update
Translate-URL: https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-module_auto_update/
- Register the trigram `%` operator via @operator_optimization +
  Domain.custom: the 18.0 post_load hook mutating
  osv.expression TERM_OPERATORS/SQL_OPERATORS no longer registers
  operators in 19.0 (hooks.py removed).
- Parenthesize the `%` operand so translatable (jsonb) fields work:
  `%` binds tighter than `->>`. 18.0 relies on the still-open
  odoo/odoo#232993; 19.0 is self-contained.
- Lowercase the generated translatable index name: Postgres folds
  unquoted identifiers, the pg_indexes lookup compares literally.
- Add an end-to-end translatable fuzzy-search test.
Signed-off-by pedrobaeza
Signed-off-by pedrobaeza
Currently translated at 100.0% (16 of 16 strings)

Translation: server-tools-19.0/server-tools-19.0-module_auto_update
Translate-URL: https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-module_auto_update/it/
Currently translated at 100.0% (16 of 16 strings)

Translation: server-tools-19.0/server-tools-19.0-module_auto_update
Translate-URL: https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-module_auto_update/it/
Currently translated at 25.2% (23 of 91 strings)

Translation: server-tools-19.0/server-tools-19.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-auditlog/ca/

@sireko sireko left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved

@btl-bot btl-bot merged commit 676e518 into BTLzdravtech:19.0 Jun 29, 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 89.78723% with 120 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
sentry/logutils.py 37.25% 30 Missing and 2 partials ⚠️
base_search_fuzzy/models/trgm_index.py 84.61% 7 Missing and 7 partials ⚠️
sentry/hooks.py 86.27% 9 Missing and 5 partials ⚠️
sentry/processor.py 84.00% 4 Missing and 8 partials ⚠️
base_search_fuzzy/tests/test_query_generation.py 90.47% 3 Missing and 5 partials ⚠️
scheduler_error_mailer/models/ir_cron.py 70.83% 6 Missing and 1 partial ⚠️
tracking_manager/models/models.py 92.55% 4 Missing and 3 partials ⚠️
sentry/tests/test_client.py 97.52% 3 Missing and 2 partials ⚠️
tracking_manager/models/ir_model.py 91.52% 3 Missing and 2 partials ⚠️
module_auto_update/wizard/module_auto_update.py 70.00% 3 Missing ⚠️
... and 7 more
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Files with missing lines Coverage Δ
base_search_fuzzy/__init__.py 100.00% <100.00%> (ø)
base_search_fuzzy/models/__init__.py 100.00% <100.00%> (ø)
base_search_fuzzy/models/expression.py 100.00% <100.00%> (ø)
base_search_fuzzy/tests/__init__.py 100.00% <100.00%> (ø)
database_cleanup/tests/common.py 100.00% <100.00%> (ø)
module_auto_update/__init__.py 100.00% <100.00%> (ø)
module_auto_update/wizard/__init__.py 100.00% <100.00%> (ø)
rpc_helper/__init__.py 100.00% <100.00%> (ø)
rpc_helper/decorator.py 100.00% <100.00%> (ø)
rpc_helper/hooks.py 100.00% <100.00%> (ø)
... and 45 more

... and 1 file with indirect coverage changes

🚀 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.