Daily updates from Odoo
Wednesday, October 11, 2023
4 changes
Resolved issues and error corrections
A recently added automated test for spreadsheet documents was disabled because it was failing intermittently in staging. This helps prevent unrelated development work from being delayed by unreliable test results while the issue is investigated.
Original PR description
This test merged this night already failed two times in staging builds today. This commit disable it to avoid slowing down merges of the entire R&D
This fix prevents an error when Sendcloud return products are not preloaded. It ensures the return workflow uses the expected empty default, reducing the chance of interruptions during shipping return setup.
Original PR description
If `return_product` is accessed without having set `return_products` in the context, the default is an empty list, on which we then call `.items()`. Which is not a method of list. Obviously this should default to a dict, like `shipping_products`.
Material resource avatars in Planning now display with better background colors when dark mode is enabled. This improves readability and visual consistency for users scheduling resources in the Gantt view.
Original PR description
Version: ---- master Steps: ----- - Open Planning - Switch to dark-mode - The avatar for material resources doesn't look good in dark mode Issue: ---- - Fix avatar appearance for material resources in dark mode. Cause: ---- - In the planning.slot gantt view, the avatar for material resources did not look good when dark mode was enabled. This was due to an issue with the background color. Fix: ---- - By decreasing the lightness and saturation in dark mode . Changes : ---- - Added a Sass loop to adjust the background color of material resource avatars. - Improved avatar appearance in dark mode. Task: 3524295
Bank synchronization connection lists and forms now show the related company. This makes it easier for users in multi-company environments to identify which connection belongs to which company.
Original PR description
…rm view That way it is easier to see which connection belong to which company in case of multicompany