Monday, December 11, 2023
4 changes · master
Resolved issues and error corrections
The portal header language selector now lines up correctly with the other header items across different fonts and operating systems. This creates a cleaner, more consistent experience for portal visitors.
Original PR description
Prior to this commit, there was an alignment issue between the language selector dropdown and the other header elements depending on the font used (eg. system font used in macOS or Open Sans). This commit adapts the language selector dropdown to be correctly aligned with other header elements. task-3515800 | | | |--------|--------| | Before |  | | After |  | --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a small issue in Live Chat that could prevent conversation setup logic from running as intended. It helps keep embedded chat behavior consistent for website visitors and support teams.
Clicking an avatar in the Project Gantt view now opens the chat window as expected. This makes project communication behavior consistent with other Gantt views and removes a small usability issue for users.
Original PR description
Steps to Reproduce: - Open project - Go to projects settings - On Project Stages - Now open gantt view of project Issue: - thumbnail was used for project.project gantt view so due to that when we click on avatar it was not opening chatwindow like other gantt views Fix: - So we have made it consistent like other views task-3504321
Field service customer details now display the partner name and city on the same line. This fixes a small visual issue in shared project views, making address information easier to read and more consistent.
Original PR description
This commit ensures the partner name and partner city are displayed in the same line. It also updates the code according to the changes made in community (see #144492) Task-3383519