Daily updates from Odoo
Tuesday, August 23, 2016
2 changes
Enhancements to existing features
The budgeting module now uses direct application logic instead of an older workflow mechanism to manage budget states and actions. This makes the feature easier to maintain and reduces reliance on legacy infrastructure without changing the core budgeting process for users.
Original PR description
Remove workflows from the account_budget module and replace it by python methods. odoo task: https://www.odoo.com/web#id=27199&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
Messaging recipient suggestions no longer show the placeholder text "(no email address)" when a suggested contact has no email. This reduces confusion because users are already prompted to provide an email address before sending when it is required.
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 remove the '(no email address)' when no address email. Because when you send the message, a popup appears with the email field required.