Friday, February 23, 2024
6 changes · 17.0
Enhancements to existing features
This update migrates and completes German language translations across localization modules that were reorganized after version 15.0. German localization features were consolidated into shared DIN5008 modules to serve multiple countries more efficiently. The translation updates ensure all modules have complete and accurate German language support.
Original PR description
*datev_reports,pos_cert,pos_res_cert,reports After 15.0, part of the German localization modules have been moved to the DIN5008 modules to be shared with other countries. We migrate the translations here to the correct modules in the versions after 15.0 and complete missing ones. opw-3669388 Related to https://github.com/odoo/odoo/pull/153845 Forward-Port-Of: odoo/enterprise#57158 Forward-Port-Of: odoo/enterprise#56503
This update improves the workflow for creating Service Order Lines (SOLs) directly from helpdesk tickets. Previously, users could only use the "Create and Edit" option, which required additional steps. Now users can quickly create SOLs with a streamlined quick create option, saving time and reducing friction in the ticket-to-sales process.
Original PR description
When creating SOLs on the fly for tickets, only the "Create and Edit" option is available. This PR enables the quick create for SOLs on tickets. Community: https://github.com/odoo/odoo/pull/142720 Task-3553151 Forward-Port-Of: odoo/enterprise#53833
This update improves the user experience of the individual account feature in Belgian payroll processing. The changes streamline the interface and reporting for employees viewing their payroll information, making it easier to access and understand their account details.
Original PR description
TaskID: 3762935
This update reorganizes and completes German language translations across localization modules. After version 15.0, German localization features were consolidated into shared DIN5008 modules to serve multiple countries more efficiently. This change migrates and fills in missing translations to ensure all modules have complete language support in the correct locations.
Original PR description
*de,de_skr03,de_skr04,din5008,din5008_purchase,din5008_repair,din5008_sale,din5008_stock After 15.0, part of the German localization modules have been moved to the DIN5008 modules to be shared with other countries. We migrate the translations here to the correct modules in the versions after 15.0 and complete missing ones. opw-3669388 Related to https://github.com/odoo/enterprise/pull/56503 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#154915 Forward-Port-Of: odoo/odoo#153845
This update improves the speed of opening the messaging menu in Odoo by optimizing how the system calculates and accesses message information. The changes reduce unnecessary repeated calculations and data access operations, resulting in faster menu load times—especially noticeable when opening the menu multiple times. Users will experience a smoother, more responsive messaging experience.
Original PR description
Slight speed improvement initially, good improvement especially for subsequent openings. See individual commits. On my machine, with populate medium. Duration of the different calls to sort (the most problematic method) during opening: Before: 150ms, 165ms, 141ms After: 118ms, 50ms, 40ms
This update prevents the system from sending emails when payment validation transactions are processed and tokens are assigned to orders. This reduces unnecessary email notifications to customers and improves the overall email communication experience by only sending relevant transactional emails.
Original PR description
Before this commit, validation transactions would send an email when the token is assigned to the order. taskid: 3675875 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#154650 Forward-Port-Of: odoo/odoo#151773