Daily updates from Odoo
Tuesday, July 3, 2018
1 change · master
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