Daily updates from Odoo
Thursday, September 21, 2017
3 changes
Resolved issues and error corrections
This update fixes an error that could occur when printing sale-purchase detail and partner ledger reports. Users can now generate these accounting reports more reliably without being interrupted by a system error.
Original PR description
Description of the issue/feature this PR addresses: Issue - https://www.odoo.com/web?#id=762606&view_type=form&model=project.issue&action=609&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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