Tuesday, June 9, 2020
6 changes · master
Resolved issues and error corrections
The web interface’s underlying Owl component library was updated from version 1.0.8 to 1.0.9. This is a small maintenance fix that helps keep the user interface foundation current and may include minor stability improvements.
Original PR description
This commit updates owl from v1.0.8 to v1.0.9.
This fixes an issue where hidden website editor snippets could not be activated because a loading effect in the side panel got in the way. Removing that conflicting effect restores expected editing behavior with minimal impact while a future interface update is reviewed.
Original PR description
The loading effect of the left panel was conflicting with the invisible snippet activation. This is to be reviewed with the new UI anyway, so the loading effect is just removed in that case for now.
This fix updates an internal automated test check so it correctly detects focused JavaScript tests after a prior asset naming change. It helps prevent accidental test-only code from being merged, reducing quality risks without changing user-facing behavior.
Original PR description
Assets bundle names have been changed in #48676 but QUnit.only uses check was still using old names. This commit makes that check use the new names. task-2274185
This fix prevents errors when importing PDF files that do not contain embedded attachments. Instead of crashing, Odoo now treats those PDFs as having no attachments, making PDF handling more reliable for users.
Original PR description
…df without embedded files Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The map view now shows readable titles in its list instead of an incorrect placeholder text. It also closes outdated popups when the map view refreshes, preventing users from seeing information for removed markers.
Original PR description
[FIX] web_map: fix list item title This commit fixes the title on item in the map view's list. Title was showing [object Object] --- [FIX] web_map: close popup on view patched Before this commit, if a popup was open and the view has patched this popup wasn't closed even if its marker was removed. This commit fixes that issue.
The mobile control panel search interface has been updated to work correctly after a recent menu change. This helps users on mobile devices access search and comparison options reliably, reducing confusion and improving day-to-day usability.
Original PR description
Control panel mobile search has not been updated when the TimeRangeMenu has been changed to the ComparisonMenu. It now has been correctly implemented and a test has been written. Community: https://github.com/odoo/odoo/pull/52662