Wednesday, December 18, 2024
2 changes
1 change
Code cleanup and technical improvements
This update aligns WhatsApp template configuration with a renamed underlying field selector component. It is an internal cleanup that keeps the feature compatible with recent platform changes without changing business workflows.
Original PR description
*: whatsapp: widget usages adaptations Since [1], DynamicModelFieldSelectorChar field widget was introduced. The related community commit renames it amongst other things. This commit adapts its usages in the enterprise repository. [1]: https://github.com/odoo/odoo/commit/fe62bfeacb38e03cb94010f1f75ae301951ac9d1 task-4388736
1 change
Code cleanup and technical improvements
This update makes internal web tour testing easier and more reliable by improving how browser windows open during automated tests. It also gives developers quicker access to debugging tools in the browser console, helping them diagnose issues faster.
Original PR description
In this commit, we change two small things to make debugging tours much easier. The first is to use the --start-fullscreen flag instead of --start-maximized because the first one seems to not work properly depending on the chrome versions. The second is to make hoot more easily available in the console so that it can be used more quickly. 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