Thursday, September 26, 2024
6 changes · master
Enhancements to existing features
Event venue details now show the city, state, and country when available, reducing confusion between places with similar city names. The location icon also appears consistently when any venue location detail is set, making event listings clearer for visitors.
Original PR description
Earlier state was not present in the location which led to confusion regarding the location of the event as there may be many cities having the same name in the country. Besides this, only the location icon was displayed for the case in which only the country is set to the venue which seems to weird. This commit addresses the issue now city, state and country will be displayed with the location icon whatever is set in the venue. Task-3889871
Dropdown arrows and sortable column indicators are now easier to see and take up less space when they appear near text. This improves everyday navigation and data entry clarity in the web interface and accounting product label fields.
Original PR description
This PR improves various carets of the autocomplete dropdown and the list view sortable columns. It improves it's visibility and saves space when it overlaps with text. Task: [4170216](https://www.odoo.com/odoo/project/133/tasks/4170216) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Sales portal activity messages such as quote views or signed orders are now recorded as system-generated messages rather than appearing to come directly from the customer. This makes the communication history clearer and avoids implying that customers manually posted these automated updates.
Original PR description
This commit log message of customer by super user instead of customer or partner of current user because those messages are kind of system generated like `quote view by abc` or `order signed by abc` and posting those message with author abc in not good. So posing those method by superuser.
The Point of Sale closing popup now keeps its action buttons aligned on one line in mobile view. This makes the popup cleaner and easier to use on smaller screens during closing workflows.
Original PR description
align buttons in a single line and remove wrapping --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds four new appraisal templates to the demo data so users can better understand how appraisal templates can be structured and used. This makes the HR Appraisal experience clearer for evaluators and HR teams exploring the module.
Original PR description
4 news appraisals templates have been added to improve their understanding for users. task-4206744
Archived employees are now excluded by default from the attendance Gantt and list views. This keeps workforce planning screens focused on active employees and reduces clutter for HR users.
Original PR description
With this commit, by default, The gantt view and list view don't dispayed archived employees. task-4208052