Thursday, June 26, 2025
3 changes · master
Enhancements to existing features
This change updates image display styling to use standard Bootstrap options already available in the platform. It keeps visual behavior consistent while removing older custom styling that is no longer needed.
Original PR description
*: appointment, documents, knowledge, planning, sale_timesheet_enterprise, website_appointment_sale This commit replaces all occurrences of o_object_fit_contain and o_object_fit_cover CSS classes with their Bootstrap (v5.3) equivalent : object-fit-contain and object-fit-cover. It also removes said classes from the repo since they are no longer of use. Requires: - https://github.com/odoo/odoo/pull/215202 [task-4703046](https://www.odoo.com/web#id=4703046&cids=1&menu_id=4720&action=333&active_id=1695&model=project.task&view_type=form)
This change adjusts behavior related to deleting stages in Helpdesk. It likely improves how teams manage or clean up helpdesk workflows, with limited visible impact for everyday users.
The live chat helpdesk command message now uses clearer wording when prompting users to create a ticket. This small text improvement makes the action easier to understand and reduces ambiguity for customers or agents using live chat.
Original PR description
Updated command message title: - `Create a new helpdesk ticket by typing:` to `Create a helpdesk ticket with:` Community PR: [#odoo/odoo203644](https://github.com/odoo/odoo/pull/203644) task-4485642