Daily updates from Odoo
Thursday, July 4, 2019
2 changes · master
Enhancements to existing features
Users now receive more specific explanations when an action cannot be completed because required information is missing, a referenced record is unavailable, or a linked record cannot be deleted. This helps users understand what went wrong and how to resolve it without needing technical support.
Original PR description
Purpose of this task is, To provide the user with more information regarding why he cannot complete his operation, whether this is due to required fields not set, referenced records not found, or referenced records that cannot be deleted. So, I raised specific detailed ICV error messages that tells the user what is going on Task: 1970853 Pad link: https://pad.odoo.com/p/r.7ac4b16ccab2927317768362e5b18c1c
This update adds shared tools for formatting time values according to a user’s language, preferred format, and timezone. It also adds a helper for calculating time periods, making future business features more consistent and easier to maintain.
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