Thursday, September 21, 2017
2 changes · master
Resolved issues and error corrections
This update adjusts the purchase module loading order so company purchase order lock settings are available before related configuration settings are loaded. This helps avoid setup errors and makes purchase configuration more reliable for users.
Original PR description
…ds of po_lock will define first and then it will not generate field's error in res.config.settings file. Description of the issue/feature this PR addresses: Issue - https://www.odoo.com/web?#id=770010&view_type=form&model=project.issue&action=609&menu_id=4720 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
This fix prevents an error from appearing when users click the Create Forecast button. It helps project teams continue planning forecasts without being interrupted by a traceback.
Original PR description
… context. Description of the issue/feature this PR addresses: Gives traceback while click on create forecast button. Current behavior before PR: Gives traceback while click on create forecast button. Desired behavior after PR is merged: Traceback resolved while click on create forecast button. Issue: https://www.odoo.com/web#id=771683&view_type=form&model=project.issue&action=609&menu_id=4720