Daily updates from Odoo
Navigate
Branch
Thursday, September 21, 2017
7 changes
New functionality added to Odoo
Kanban boards can now show progress bars in each column, making it easier to see how records are split by status and totals at a glance. This improves pipeline and project tracking by highlighting key amounts or counts directly in the board view.
Original PR description
Hello @qsm-odoo , I created this common branch to finalize the kanban progress bar task. Let me know if it's fine for you or if you prefer to work in yours branches instead. Issues: - [ ] Long numbers (crm) will overlap in a second line - [ ] Bars' colours are "wrong" in community (always primary) Some feedbacks from fp: - [ ] Numbers should have 3 digits min and 5 digit max. _eg_ $**324K** / $**12400** - [ ] For monetary: number in bold, monetary sign in normal font-weight. eg. $**12400** Nice to have: - [ ] Animations should start instantaneously after the action has been performed. Currently there is a small delay
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.
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