Daily updates from Odoo
Tuesday, August 13, 2024
7 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-3820230The 1099 box field is repositioned on partner records so it appears below the payment method field. This keeps related payment and tax reporting information grouped together, making the form easier to read and complete.
Original PR description
In this commit:https://github.com/odoo/odoo/pull/174537/commits/09d2b29e14425c1e333bbe4ae6e5caa2e6361f9f We moved the field property_payment_method_id into the account module and we want it to be below the payment terms in the res_partner view. This commit will change the xpath so that the field box_1099_id is now below the payment method field. task: 4016652
Planning warnings for single-day time off are now shorter and easier to read. Instead of repeating the same date twice, the message shows the leave date once and includes custom hours only when relevant.
Original PR description
Before this commit even if there was a single day leave the warning would read as "Person is on leave from 12/7/21 (fromTime) to 12/7/21 (toTime)". After this commit if leave is of single day type then the warning would be read as "Person is on leave on 12/7/21 (fromTime to toTime)". If Time is not custom hours the warning would be read as "Person is on leave on 12/7/21" Here fromTime and toTime are subject to availabilty. task-3887999
Public 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
Payment follow-up email templates no longer include the customer's general partner address by default. This keeps reminders focused on the designated follow-up contact, reducing confusion and helping messages go to the right recipient.
Original PR description
Since https://github.com/odoo/enterprise/pull/61861, we include the template partners and email addresses, but Payment followup typically uses the followup contact's email address, and doesn't need partner's address in the template Found due to OPW-3988791