Daily updates from Odoo
Friday, August 16, 2024
3 changes · master
Enhancements to existing features
Mobile users now access the app navigation from a dedicated left-side Apps Menu instead of the existing right-side burger menu. This makes mobile navigation more clearly separated, though reaching the Home Menu now requires one additional tap.
Original PR description
Before this commit, the navigation app menu was in the burger menu (in the right panel). Now, it's moved on the left in a new panel named "AppsMenu". We are aware that it adds a second click to access to the "Home Menu" on mobile. task-3336242
This change disables automatic retries for a Field Service UI test that was producing misleading follow-up errors after an initial failure. It helps teams identify the real cause of test failures more quickly, improving maintenance of the testing pipeline without affecting end users.
Original PR description
FSM does really strange stuff, as a result when the tour fails the retry tends to completely lose its shit and generate a different and useless error. See [runbot build 66859325] as an example, the actual failure is the step "Switch to kanban view" not finding its kanban button, but the retries try to re-run with a dynamically generated table which has likely been rolled back (?). Disable retry on the test_ui tour for now, maybe there's a team in charge of FSM which could handle this situation properly tho... [runbot build 66859325]: https://runbot.odoo.com/runbot/build/66859325
Vehicle demo data and related Belgian payroll examples have been updated to match the current fleet records. This keeps salary and payroll demonstrations reliable after older vehicle examples were removed.