Thursday, February 9, 2017
8 changes · master
Enhancements to existing features
Printed business documents now use more consistent wording for common labels, such as showing “Subtotal” instead of varying terms like “Total without taxes” or “Price.” This makes invoices, quotations, purchase orders, repair orders, and related reports easier for customers and staff to read and compare.
Original PR description
Task : https://www.odoo.com/web#id=30294&view_type=form&model=project.task&action=333&active_id=131&menu_id=5195 Pad: https://pad.odoo.com/p/r.1e1de29d40f2bd324dfde6c0337f4fa1 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
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 stock picking form now uses the label “Check Availability” instead of “Reserve.” This makes the wording consistent with manufacturing orders, helping users recognize that the same action is being performed across workflows.
Original PR description
…onsistent with the button on MO Description of the issue/feature this PR addresses: TASK:https://www.odoo.com/web#id=30923&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD:https://pad.odoo.com/p/r.b51ad07ef9681cfe024e400c71716fd8 Current behavior before PR: Purpose:Clarify name of the buttons for the users. Two buttons doing the same thing shouldn't be named differently. Desired behavior after PR is merged: Rename the button "reserve" to "check availability" to make it consistent with the button on MO. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
Bank statements created through Plaid or Yodlee online synchronization will now be named "online sync" instead of showing an empty or false value. This makes statements easier for users to identify and reduces confusion in accounting records.
Original PR description
…sync Description of the issue/feature this PR addresses: TASK:https://www.odoo.com/web#id=30611&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD:https://pad.odoo.com/p/r.bf934e90046e88818d49c4585b915129 Current behavior before PR: purpose:Bank statement generated with False (in case of online sync or if no reference), Desired behavior after PR is merged: In case of Plaid/Yodlee bank statement name should be 'online sync' .
Features or functions removed from Odoo
This change removes support for a legacy way of storing combined data fields in Odoo. It simplifies the core data model and reduces maintenance complexity, but any customizations relying on these fields will need to be updated.
Original PR description
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
Code cleanup and technical improvements
This update standardizes how dates are displayed in accounting reports and subscription-related documents. It is an internal cleanup that helps keep date presentation consistent without changing core business workflows.
Original PR description
Related to https://github.com/odoo/odoo/pull/15383