Tuesday, June 11, 2019
3 changes · master
Enhancements to existing features
Odoo now shows a clear warning icon and tooltip when a user has not set their timezone in preferences. This helps users notice and correct missing timezone settings, reducing confusion around dates, times, and scheduling.
Original PR description
- Icon displayed next to preferences if user haven't set timezone - same icon next to the timezone field - added relevant tooltip Task:https://www.odoo.com/web#id=1916132&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad:https://pad.odoo.com/p/r.6e47aeee8e490bd75f98109897af68c1 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website debug pages will now receive standard updates when the website module is upgraded, as long as they have not been manually changed. This helps keep multi-website setups aligned with improvements and avoids outdated page structures.
Original PR description
Before this commit, those pages would be flag as noupdate. If not modified, those view would not get modification on module update, which is not logic. Now, those view will benefit from any update. It makes even more sense since multi-website, as those views will never get modified directly (it will COW).
This update adjusts an internal test for the website product comparison feature to use a standard tour-starting helper. It helps keep automated checks consistent and easier to maintain, with no expected change for shoppers or website managers.
Original PR description
Oversight of forward port.