Daily updates from Odoo
Monday, March 30, 2020
2 changes · master
Resolved issues and error corrections
This fix ensures that when certain add-ons are uninstalled, records using options added by those add-ons are cleaned up safely. It reduces the risk of uninstall errors or leftover data across shipping providers, payments, payroll, check printing, marketing SMS, and VoIP-related modules.
Original PR description
See https://github.com/odoo/odoo/pull/46325
List views with a search panel now stay within the phone screen width when their content is wider than the display. This prevents the whole page from scrolling sideways and keeps navigation more comfortable on mobile devices.
Original PR description
When a list view has a (left) search panel and the content is too wide for the screen (like on mobile), a page-wide horizontal scroll is triggered. This commit fixes it by forcing the list view to match the viewport's width, forcing the scroll only for its content. Task ID: 2185145