Skip to content

Fork Sync Branch 19.0 - #136

Merged
btl-bot merged 47 commits into
BTLzdravtech:19.0from
OCA:19.0
Jul 16, 2026
Merged

Fork Sync Branch 19.0#136
btl-bot merged 47 commits into
BTLzdravtech:19.0from
OCA:19.0

Conversation

@btl-bot

@btl-bot btl-bot commented Jul 16, 2026

Copy link
Copy Markdown

No description provided.

eLBati and others added 30 commits April 7, 2026 08:59
… registring the 'check_quick_create' hook
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
…0 and make it installable * apply a views/models directory arch into the module * fix xpath anchor on ir_model views (osv_memory to transient) * add README.rst * apply some new api
…nsetting the flag clears the patch

Currently translated at 100,0% (3 of 3 strings)

Translation: server-tools-10.0/server-tools-10.0-base_optional_quick_create
Translate-URL: https://translation.odoo-community.org/projects/server-tools-10-0/server-tools-10-0-base_optional_quick_create/de/
When starting Odoo in multiprocess, a change to the field
IrModel.avoid_quick_create would be active only on the current worker.
Otherwise, it would be active after a restart.

The proposed change is to signal a registry change, forcing the other
workers to reload a registry and then be aware of the change.
Currently translated at 100.0% (3 of 3 strings)

Translation: server-ux-14.0/server-ux-14.0-base_optional_quick_create
Translate-URL: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_optional_quick_create/it/
Currently translated at 100.0% (3 of 3 strings)

Translation: server-ux-16.0/server-ux-16.0-base_optional_quick_create
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_optional_quick_create/ja/
Currently translated at 100.0% (3 of 3 strings)

Translation: server-ux-16.0/server-ux-16.0-base_optional_quick_create
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_optional_quick_create/es/
Currently translated at 100.0% (3 of 3 strings)

Translation: server-ux-16.0/server-ux-16.0-base_optional_quick_create
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_optional_quick_create/it/
Jaydeep Gajera and others added 17 commits April 7, 2026 08:59
Currently translated at 100.0% (3 of 3 strings)

Translation: server-ux-18.0/server-ux-18.0-base_optional_quick_create
Translate-URL: https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_optional_quick_create/tr/
With the changes introduced in odoo/odoo@de056cc#diff-b37c7fd5520c97a29ddc59495779e7be61a66e15e85603928e27b3affb9dc31f, an error was occurring because the change validation on the model was being performed before tearDownClass was executed. Therefore, it has been modified so that the mock changes are applied in each test and cleaned up after each test. This way, the error will no longer appear and the test will run normally.
Signed-off-by thomaspaulb

@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 c719243 into BTLzdravtech:19.0 Jul 16, 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.47059% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
base_optional_quick_create/models/ir_model.py 94.00% 1 Missing and 2 partials ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Files with missing lines Coverage Δ
base_optional_quick_create/__init__.py 100.00% <100.00%> (ø)
base_optional_quick_create/models/__init__.py 100.00% <100.00%> (ø)
base_optional_quick_create/tests/__init__.py 100.00% <100.00%> (ø)
...e_optional_quick_create/tests/test_quick_create.py 100.00% <100.00%> (ø)
base_optional_quick_create/models/ir_model.py 94.00% <94.00%> (ø)

... and 10 files 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.