Thursday, January 25, 2024
3 changes · 17.0
Enhancements to existing features
The partner selection screen in the Chilean EDI POS module has been redesigned with a cleaner, more user-friendly interface. This improvement enhances the visual layout and usability of the partner editor component, making it easier for POS operators to select and manage customer information during transactions.
Original PR description
Before  After 
Database indexes have been added to the subscription plan and subscription state fields to improve system performance. This optimization makes searching and filtering subscriptions faster, resulting in better user experience when managing subscription data.
Original PR description
taskid: 3682434
This update enables custom website snippets to maintain their translations when saved and reused. Previously, when users translated snippet content and saved it as a custom snippet, those translations were lost. Now translations are properly preserved and applied when the custom snippet is used on other pages, improving the experience for multilingual websites.
Original PR description
This commit adds translation capability to custom snippets. Before this commit, the custom snippet was not translate friendly: 1. Neither when saving a block as custom snippet 2. Neither when dropping a custom snippet into a page. This was a known limitation for years. But now it's time to make it work. Step to reproduce (part 1): - Enable french - Drag & drop Title snippet in a page - Translate the Title - Save the block as custom snippet -> Go in the backend view of this custom snippet, in debug, there is no translation that followed the title. Step to reproduce (part 2): - Following previous steps, now add the translation manually on the custom snippet view - Back in a page in edit mode, drag & drop this custom snippet in the page - Switch to french -> The title is not translated, the drag & drop copy code but no translations task-3375518 opw-3242100 Forward-Port-Of: odoo/odoo#150561 Forward-Port-Of: odoo/odoo#125444