Tuesday, October 11, 2022
2 changes · master
Enhancements to existing features
The web editor now preserves certain Odoo-generated elements when users copy and paste content from the editor. This helps users move designed content without losing important structure or formatting due to paste cleanup.
Original PR description
Purpose Allow users to copy/paste specific elements that are generated by Odoo instead of sanitizing it on paste. task-2984686 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Helpdesk now hides ticket deadlines when a ticket is in a folded stage, reducing clutter in ticket views. Stage configuration is also filtered by the currently selected companies, helping users see only relevant Helpdesk stages in multi-company setups.
Original PR description
Before this commit, in the helpdesk tickets list view the deadline was visible even when folded in kanban is enable So in this commit, the deadline will not be visible when folded in kanban is enable task-2995118