Daily updates from Odoo
Monday, September 25, 2017
3 changes · master
Enhancements to existing features
This update improves the website sales email workflow by skipping a lookup when no active records are provided. This helps prevent unnecessary processing and may avoid errors in edge cases when composing messages from the website shop context.
Original PR description
TASK :- https://www.odoo.com/web?#id=772394&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 …ot serach for it in model 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
Resolved issues and error corrections
This change prevents an error from occurring when creating contracts related to employee payslips. It helps payroll users complete contract setup more reliably without being blocked by a traceback.
Original PR description
…payslips Task: https://www.odoo.com/web#id=771367&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 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
The XML validation utility now supports checking data from generic streams and attachments, making it easier for related processes to validate files consistently. This is an internal improvement that supports dependent enterprise functionality with minimal direct user impact.
Original PR description
Fixing comment: https://github.com/Vauxoo/enterprise/issues/181#issuecomment-329735308 This PR depends on: https://github.com/odoo/enterprise/pull/1430