Daily updates from Odoo
Tuesday, August 13, 2024
5 changes · master
Enhancements to existing features
Field service-related pages now use clearer, more human-readable web addresses. This improves the customer and employee experience by making links easier to understand, share, and recognize across reports, sales, and stock workflows.
Original PR description
*= industry_fsm_report, industry_fsm_sale, industry_fsm_stock This commit modifies existing URLs to the new format so that the URL's become more human readable. Task-3820230
Several HR-related apps now use cleaner, more human-readable web links. This makes shared links easier to understand and helps create a more consistent navigation experience across expenses, payroll, recruitment signing, and referrals.
Original PR description
*= {expense_extract, payroll, recruitment_sign,
referral}
This commit modifies existing URLs to the new format
so that the URL's become more human readable.
Task-3820230Public knowledge article lists are now easier to use: visitors can click anywhere on an article row instead of only the title. Rows also highlight on hover, making clickable articles clearer and aligning the public experience with the internal view.
Original PR description
Currently, there are two layout issues with the article public view: 1. The article link hitbox of the article public view does not span over the entire row. To open an article, the user has to click on the article title. To improve the UX experience, we will set the article link hitbox to the entire row as we do in the backend view. 2. When the user hovers an article link, we do not give a clear indication that the element is clickable. To improve that, we will highlight the rows on hovering as we do in the backend view. Those two changes will improve the UX experience and the consistency between the sidebar loaded in the public view and the sidebar loaded in the backend view. task-4011436
Mobile users can now access message actions through a bottom context menu, making common communication tasks easier to find and use on small screens. This improves the experience for teams managing conversations from phones, including WhatsApp-related messages.
Original PR description
Task-4102385 https://github.com/odoo/odoo/pull/175776
Resolved issues and error corrections
This change addresses a point of sale issue where orders could receive duplicate numbers. Preventing duplicate order numbers helps keep sales records clear and reduces reconciliation problems for staff.
Original PR description
- add async...await when necessary