Daily updates from Odoo
Tuesday, August 13, 2024
5 changes
4 changes
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
1 change
Enhancements to existing features
This update enhances Ecuador's electronic invoice system to support factoring operations, where companies can sell outstanding invoices to financial institutions. The changes add required fields ("plazo" and "unidadTiempo") to sales invoices and debit notes, and rename a technical tag for better compatibility. This enables Ecuadorian businesses to participate in invoice factoring programs.
Original PR description
Some improvements in EDI to support factoring operations. The tag "plazo" and "unidadTiempo" are mandatory in order to a company can be a factor . (Sell off all of its outstanding invoices at one time, rather than having to wait on collecting payments from customers) - Rename tag "RespuestaAutorizacion" to "autorizacion" - Add tag "plazo" and "unidadTiempo" in Sales Invoices and Debit Note (not only for Purchase liquidation) - Modify unit tests