Daily updates from Odoo
Tuesday, July 3, 2018
2 changes · master
Enhancements to existing features
The website calendar module now treats a calendar file helper as internal rather than public. This is a small maintenance improvement that reduces unnecessary exposure without changing the user experience.
Original PR description
This method had no reason to be public and so is now private. (See 5612642cec0edd0e13c2bd56bce57f821a6c3520)
Resolved issues and error corrections
This fix prevents an error that appeared when users clicked “Get authorization code” in configuration settings. It improves reliability for users completing authorization setup, so they can continue the process without hitting a traceback.
Original PR description
Before this commit, def variable is not defined. so fail function of def is giving error. Related to Issue : 1861630 Description of the issue/feature this PR addresses: traceback after clicking on config settings 'get authorization code' Current behavior before PR: traceback after clicking on config settings 'get authorization code' Desired behavior after PR is merged: traceback resolved after clicking on config settings 'get authorization code' Issue : https://www.odoo.com/web#id=1861630&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr