Daily updates from Odoo
Thursday, September 21, 2017
3 changes
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
Studio users can now see and edit the technical name of custom fields directly from the sidebar. When a field name is changed, Odoo updates the related model and its views automatically, with a warning to help prevent unintended changes.
Original PR description
Add the technical name of the current field on Studio's sidebar. The field is renamed on the model after changing this value. All views of the concerning model are updated with the new name. A warning will be displayed when changing the value, and the field is automatically renamed on the first change on label.