Daily updates from Odoo
Thursday, November 10, 2022
1 change
Resolved issues and error corrections
This fixes an issue that prevented users from dragging and dropping kanban items correctly in Firefox. It restores expected editing behavior in Studio, helping users manage views without switching browsers.
Original PR description
This PR follows a commit of the same name in community that assigns a dedicated 'o_dragged' class to elements dragged using the `draggable_hook_builder`. - Adaptation of: https://github.com/odoo/odoo/pull/104128 - Community PR: https://github.com/odoo/odoo/pull/105353