Monday, February 17, 2025
3 changes · 17.0
Enhancements to existing features
Installing the Turkish localization now also installs the Turkish language automatically. This reduces setup steps for Turkish companies and helps ensure the system is ready to use in Turkish right away.
Original PR description
This **PR** auto installs the Turkish language upon installing `l10n_tr`. TaskID:4504454 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website pop-up windows now show clear borders again, making them easier to read when content is long or scrolls. This improves visual hierarchy and helps users better understand where the modal content begins and ends.
Original PR description
The lack of borders in the modals of the front-end is problematic when there is some content overflowing the height of the modal. This PR restores the borders for a better visual hierarchy. Non-optimal design introduced in front-end redesign: https://github.com/odoo/odoo/pull/120302 task-4001380 | Before | After | |--------|--------| | <img width="979" alt="Screenshot 2024-06-20 at 11 41 54" src="https://github.com/odoo/odoo/assets/110090660/31e0d3c7-fcd9-43c9-9aae-7db3b4e49af2"> | <img width="978" alt="Screenshot 2024-06-20 at 11 42 26" src="https://github.com/odoo/odoo/assets/110090660/09f12eb0-79e4-454f-9896-af238b26a7b3"> | --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds automated coverage to ensure Knowledge article templates keep embedded static files working correctly. It helps prevent regressions that could affect template content and attached visuals or resources.
Original PR description
The related community commit ensures that knowledge article templates correctly handle embedded static files. This commit adds a test for that behavior. opw-4380368 opw-4433248 Related Community PR: https://github.com/odoo/odoo/pull/197539