Saturday, August 20, 2022
2 changes · master
Resolved issues and error corrections
On mobile devices, records selected in list view now visibly highlight in blue as expected. This makes multi-record selection clearer and helps users avoid mistakes when working with lists such as product variants.
Original PR description
Steps to reproduce: - Load odoo on a mobile view - Go to Inventory > Products > Products Variants - Switch to the list view - Long press a record to enter the selection mode → The selected records should be highlighted in blue Enterprise PR: https://github.com/odoo/enterprise/pull/30465
The mobile list selection display has been adjusted so selected items show the correct top border. The change also removes duplicate document-specific behavior, helping keep the interface consistent and easier to maintain.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/98186 - Fix the top border - Remove the documents override as it is the same as the list_rendered - Remove the now unused o_document_draggable class