Skip to content

Fork Sync Branch 19.0#209

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

Fork Sync Branch 19.0#209
btl-bot merged 229 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.

pnajman-modoolar and others added 30 commits November 28, 2025 16:33
During uninstallation, Odoo attempts to delete columns and tables related to the ir.actions.act_multi model. However, this model shares the same table (ir_actions) with other core modules, meaning the table and its columns should not be removed.

Before this commit, this issue could render the database unusable. After this commit, the database remains intact, and the module can be uninstalled without problems.
… editor.

This module allows users to create custom CSS classes, which can then be selected and applied directly in the HTML editor.
…s not present

Go to the website
Open the editor
Add text and select it, a traceback is shown
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-17.0/web-17.0-web_editor_class_selector
Translate-URL: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_editor_class_selector/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-17.0/web-17.0-web_editor_class_selector
Translate-URL: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_editor_class_selector/
Currently translated at 100.0% (18 of 18 strings)

Translation: web-17.0/web-17.0-web_editor_class_selector
Translate-URL: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_editor_class_selector/it/
Adds a **Use Numeric Date Format** field to `res.lang`.
When enabled for a language, all `date` and `datetime` fields
render in numeric format (e.g. `31/01/2026` instead of `Jan 31, 2026`).

Go to **Settings → Translations → Languages**,
open a language and toggle **Use Numeric Date Format** on or off.
* Avoid to display all items of group_by model
* Remove unnecessary readgroup
* Remove dependency on project. Modify module structure. Imporve readme file.
* Add setup.py
timbreckx and others added 26 commits June 9, 2026 14:22
Currently translated at 100.0% (5 of 5 strings)

Translation: web-18.0/web-18.0-web_chatter_position
Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_chatter_position/fr_BE/
Signed-off-by etobella
Signed-off-by pedrobaeza
Includes some manual fixes to silent ESLint warnings.
Signed-off-by pedrobaeza

@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 9c914e2 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 94.76309% with 21 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
web_ir_actions_act_multi/models/ir_model.py 55.00% 9 Missing ⚠️
...x_options_manager/models/m2x_create_edit_option.py 94.11% 2 Missing and 3 partials ⚠️
web_m2x_options_manager/tests/common.py 94.59% 1 Missing and 1 partial ⚠️
web_m2x_options_manager/tools.py 77.77% 0 Missing and 2 partials ⚠️
web_ir_actions_act_multi/models/ir_actions.py 88.88% 1 Missing ⚠️
web_m2x_options_manager/models/ir_model.py 97.05% 0 Missing and 1 partial ⚠️
web_timeline/models/ir_ui_view.py 88.88% 1 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Files with missing lines Coverage Δ
web_chatter_position/__init__.py 100.00% <100.00%> (ø)
web_chatter_position/models/__init__.py 100.00% <100.00%> (ø)
web_chatter_position/models/res_users.py 100.00% <100.00%> (ø)
web_date_format_numeric/__init__.py 100.00% <100.00%> (ø)
web_date_format_numeric/models/__init__.py 100.00% <100.00%> (ø)
web_date_format_numeric/models/ir_http.py 100.00% <100.00%> (ø)
web_date_format_numeric/models/res_lang.py 100.00% <100.00%> (ø)
web_editor_class_selector/__init__.py 100.00% <100.00%> (ø)
web_editor_class_selector/models/__init__.py 100.00% <100.00%> (ø)
...b_editor_class_selector/models/web_editor_class.py 100.00% <100.00%> (ø)
... and 24 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.