Wednesday, April 19, 2017
3 changes · master
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
Users can now sort information in Gantt views, including project forecast planning. This makes schedules and workload forecasts easier to organize, review, and act on.
Original PR description
- Task: https://www.odoo.com/web#id=27552&view_type=form&model=project.task&action=327&menu_id=4720 - Pad: https://pad.odoo.com/p/r.a37dea583df36258cebd654c0623e434
Enhancements to existing features
Mobile users now open conversations in the full Discuss-style chat window instead of a smaller chat popup. This makes messaging easier to read and navigate on phones, with improved handling of expanded chat views and breadcrumbs.
Original PR description
Description of the issue/feature this PR addresses: <b> Task:</b> https://www.odoo.com/web#id=31533&view_type=form&model=project.task&action=333&active_id=420&menu_id=4720 <b> Pad:</b> https://pad.odoo.com/p/r.66d21022280c2ad9c2f28484051eed8f 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