Tuesday, November 11, 2025
3 changes · master
Enhancements to existing features
The accounting journal audit view has been cleaned up to make it easier to read and use. This helps finance users review journal information more efficiently with a clearer interface.
Original PR description
task-5207451 Forward-Port-Of: odoo/odoo#233621
The Mail app now uses clearer action labels: “Add to Favorites” and “Remove from Favorites” instead of the less natural “Set/Unset favorite.” This makes the interface easier to understand and helps users quickly recognize what each action will do.
Original PR description
Reword label so this feels more natural to name of action to actual action it does on UI.
The member profile card in Discuss now opens in a more natural position and clearly highlights the related member while it is visible. This makes it easier for users to understand which person the card belongs to and improves the overall chat interface polish.
Original PR description
- make avatar card position more natural with `right-start`. - remove arrow of popover, since this looks bad especially when not centered - highlight member when card is open like when mouse-hovering, so that it's very clear which item the popover comes from Took opportunity to turn `discuss.channel_member` template into dedicated component, to simplify some patches like having highlighting when avatar card is open. Before <img width="564" height="234" alt="Screenshot 2025-11-10 at 15 40 01" src="https://github.com/user-attachments/assets/ef64fd16-46ca-4360-9b80-8816b01409bd" /> After <img width="560" height="223" alt="Screenshot 2025-11-10 at 15 48 41" src="https://github.com/user-attachments/assets/1327c239-162b-481d-99a0-b33f5fbf1b2d" />