Tuesday, January 14, 2025
4 changes · saas-17.4
Resolved issues and error corrections
Default measure labels in Tasks and Tasks Analysis chart and pivot views are translatable again. This helps users see these reporting labels in their chosen language, improving localization consistency.
Original PR description
In the Tasks' and Tasks Analysis' chart and pivot views, some default measures were not translatable after [this commit]. The [previous fix] only solved one case. We make them translatable again here so they can be localized. [this commit]: https://github.com/odoo/odoo/commit/e82567f9d5842bd95fe01ba3b9f54a65437e313f [previous fix]: https://github.com/odoo/odoo/commit/e7381c3a09014567a8bdb0802c6964cc35ffddd2 [opw-4421055](https://www.odoo.com/odoo/project.task/4421055)
This fix prevents Point of Sale browser sessions from showing an error when a payment update arrives but no active order is open. It improves reliability for stores using websocket-based payment terminals such as Viva Wallet, Adyen, or Mercado Pago.
Original PR description
Using a payment method which rely on websocket (viva wallet, adyen, mercado pago, etc.) trigger a callback on all browser session of a given PoS session. If a browser session happen to not have any current session, a JS traceback will pop: ```js TypeError: Cannot read properties of undefined (reading 'payment_ids') ``` due to the webscoket listener checking if there is on-going order using the payment method opw-4374450 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where stock move rows with very long product names made columns too wide and difficult to adjust. Users can now resize these columns more normally, improving usability when working with manufacturing or stock operations.
Original PR description
Problem: In saas-17.4, it's not possible to reduce the size of the columns in `stock_move_one2many` due to the missing `useMagicColumnWidths` hook. This hook provides a default minimum width, allowing the column width to adjust when fields have long content. Steps to reproduce: - Create a new manufacturing order. - Add a product with a very long name. - The width of the row is large and cannot be resized. opw-4176861 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The bank connection setup now shows a more accurate number of supported banks, changing the displayed count from 36,000 to about 26,000. This avoids overstating coverage and gives users clearer expectations when configuring online bank synchronization.
Original PR description
The aim of this commit is changing 36000 banks for the real number (~26000 banks). no task id Proof: 