Wednesday, April 19, 2017
1 change
New functionality added to Odoo
The web module now exposes a shared mobile-device flag in its configuration. This makes it easier for Odoo screens and widgets to adapt to mobile devices consistently, reducing duplicated checks across the interface.
Original PR description
- Whenever we need something responsive(in widgets especially), we have to write a function to check for mobile devices. So instead, config will directly return a flag to remove same conditions everywhere. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr