Thursday, February 9, 2017
3 changes · master
Enhancements to existing features
Odoo now has a shared way to format dates according to a user's language, instead of relying only on website reports or separate custom methods. This helps emails, accounting reports, messages, and pre-filled fields show dates more consistently for users in different locales.
Original PR description
Originally, date were only formatted by the web client or for QWeb reports. However, it appears useful to apply formatting in other cases as well: - in mail templates - in accounting reports (module `account_reports`) - in error messages / pre-filled text fields with date Several methods have been developed to perform this formatting when necessary. This PR aims to centralize the date formatting in one single function available in the tools.
The inventory valuation view now opens with a more useful default filter for internal locations and groups results by product. This makes it easier for users to select and export valuation data without first changing hardcoded grouping settings.
Original PR description
Description of the issue/feature this PR addresses: <b>Task:</b> https://www.odoo.com/web?#id=30633&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <b>Pad:</b> https://pad.odoo.com/p/r.a75607474c789a5b2d4fcf3b3aed3867 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
The search filter menu now groups a user's personal favorite filters before shared filters, with a visual separator between them. This makes it easier for users to quickly find their own saved filters when many shared filters are available.
Original PR description
…s by divide and show user filter first and then shared filters Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: Task: https://www.odoo.com/web#id=30552&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.34fb8bf393278b5fbe3f54dfb46a9fdc -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr