Daily updates from Odoo
Wednesday, June 6, 2018
2 changes
Resolved issues and error corrections
This fixes a broken link related to date fields, so users can navigate as expected when interacting with those fields. The change helps avoid dead ends in the interface and improves day-to-day usability.
Original PR description
Description of the issue/feature this PR addresses: someone has to fix the link Current behavior before PR: link doesn't work Desired behavior after PR is merged: link works -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mobile navigation menu now appears correctly on phones and tablets in both portrait and landscape views. This makes it easier for users to access navigation on smaller screens without workarounds.
Original PR description
Burger menu on mobile not visible with visible-sm-block in portrait mode. Adding visible-xs-block for both mobile and tablet (portrait and landscape) Related task: #1855803