Thursday, September 1, 2022
5 changes · master
Enhancements to existing features
Electronic invoicing tax calculation logic has been centralized so it can be reused beyond its previous limited scope. This should improve consistency across localized invoicing flows in Colombia, Mexico, and Peru while reducing duplicated logic.
Original PR description
…able on any models The current taxes computation method defined in account_edi has been moved to account on account.tax to be usable on any models. community-https://github.com/odoo/odoo/pull/99401
The signature request wizard has been reorganized so the main screen focuses on signers and the request message. Less frequently used settings are now grouped under an options tab, making the signing flow easier to understand and faster to use.
Original PR description
Several options have been added in the Sign flow which made the wizard kind of clogged up. This commit slightly cleans the view by moving several fields to an 'options' tab, so that users can directly concentrate on the data that matters the most: who will sign, and the message attached to the signature request. Task-2964300
This update makes several Helpdesk screens and workflows clearer for users, including ticket status indicators, search layout, onboarding messaging, and lead creation notes. It also simplifies how closed tickets are identified and improves refund defaults to avoid selecting already fully refunded invoices.
Original PR description
Purpose of the commit is to do the generic UI improvements for the helpdesk. task-2869771
The online store can now automatically email customers who leave items in their cart, helping recover missed sales. This update also covers rental products with stock checks, so reminders stay aligned with product availability.
Original PR description
see https://github.com/odoo/odoo/pull/98100
The VoIP calling screens were visually refreshed and made more consistent with the broader Odoo interface. This improves the user experience while supporting the wider version 16 styling cleanup.
Original PR description
This commit simplifies the component's SCSS improving bootstrap's integration. Design was improved for consistency. Part of the overall v16 SCSS optimization/restyle task-2943593