Daily updates from Odoo
Wednesday, January 21, 2026
2 changes · master
Code cleanup and technical improvements
This update adjusts how spreadsheet data is accessed within the Enterprise module. The previous method returned data as an object, which has now been updated to return an array. This change ensures consistent data handling and prepares the system for future enhancements to the spreadsheet sale management functionality.
Original PR description
`model.getters.getCells()` now returns an array instead of an object. This commit adapts the code. Task-5491227
This update refactors the styling of message bubbles in the dark theme, streamlining the code and subtly enhancing the visual appearance. The changes result in slightly more saturated bubble colors and a more pronounced 3D border effect, improving the overall look and feel in dark mode.
Original PR description
Reduce amount of LOCs to define dark theme version of message bubble colors, to match with the shape of how this is defined in white theme. While the intent of the change is just simpler LOCs, the visual in dark theme has subtle changes: - bubble colors are very slightly more saturated in dark theme - bubble have more visible border, giving more a 3D look Before <img width="778" height="639" alt="before" src="https://github.com/user-attachments/assets/4f4aa3e3-9e2f-44bf-9437-665203831103" /> After <img width="771" height="642" alt="after" src="https://github.com/user-attachments/assets/1c4f4b84-0eb0-45ce-bda3-3a849e93d49d" />