Tuesday, November 16, 2021
3 changes · master
Enhancements to existing features
Survey navigation now keeps the back button in the same position even when it is no longer available, showing it as disabled instead of removing it. This prevents accidental clicks on the Odoo link during timed surveys and makes test-taking smoother.
Original PR description
This commit slightly adapts the survey navigation buttons to make sure that they are always positioned at the same spot. Before this change, if you rapidly click the "back" button a lot of times, when it disappears, you will misclick the "Odoo" button and land on the Odoo website, which can be very annoying during a real test with a timer. Now, we disable the button when it becomes non-clickable instead of removing it, so that it always stays at the same spot. Task-2665998
The digest view has been reorganized to present KPIs in a clearer order, making key business metrics easier to scan. Minor wording fixes and button placement updates improve usability in related list and form views.
Original PR description
Purpose ======= Improve UI in digest view. Specifications ============= Organise order of kpi in digest view, change few typos, move buttons in list and form view. Task-2582128 Community: odoo/odoo/pull/77507
The subscription dashboard can now group results by Referrer. This helps teams analyze subscription performance by referral source and better understand which referrers drive business.
Original PR description
Currently, in subscription dashboard we unable to group by "Referrer". By this commit, we allow users to group by Referrer in subscription. **TaskID: 2511054**