Daily updates from Odoo
Thursday, September 21, 2017
4 changes · master
Enhancements to existing features
The settings label is updated from “Multi-companies” to “Multi-company” for clearer, more consistent wording. This is a minor user-facing text improvement in the general settings area and does not change functionality.
Original PR description
**Issues** https://www.odoo.com/web#id=751340&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
Sales vouchers now default to a receivable account and purchase vouchers to a payable account when a partner is selected. This helps users pick valid accounts automatically and reduces errors during voucher entry.
Original PR description
… in purchase voucher payable account is set by default Description of the issue/feature this PR addresses: Issue - https://www.odoo.com/web?#id=765836&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
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