Monday, August 10, 2020
7 changes · master
Enhancements to existing features
When SMS records are copied, any existing error message will no longer be carried over to the new copy. This avoids confusing users with outdated failure information on duplicated SMS entries.
Original PR description
Error message should not be copied for obvious reason. 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
Updated the wording shown in CRM onboarding tours and first-use screens to make early setup steps clearer and more engaging. The sales upsell orders help text was also improved so users better understand how to use the view.
Original PR description
Terms improvement for the tour -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The translation list now shows which module each translation belongs to, making it easier for translators to understand where text comes from. This small usability improvement helps translators work more efficiently and reduces confusion when reviewing translations.
Original PR description
Description of the issue/feature this PR addresses: It is a little inconvenient as a translator not to see the module in translation tree... @qrtl -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Uruguay localization module description was updated to better explain what the module provides. This helps users and administrators more easily understand the module's purpose when reviewing or installing it.
Original PR description
Task: https://www.odoo.com/web#id=2316493&action=4043&model=project.task&view_type=form&cids=2&menu_id=4720
The Colombia localization app description and icon were refreshed to better represent the module in Odoo. This improves how the app appears to users when browsing or installing localization features, without changing business functionality.
Original PR description
Task: https://www.odoo.com/web#id=2316486&action=4043&model=project.task&view_type=form&cids=2&menu_id=4720
This update adds missing visual previews for several website editor options, making it easier for users to understand how changes will look before applying them. It improves the editing experience for website content, blog snippets, charts, and website forms without changing the published site behavior.
Original PR description
Add previews on some snippets options that don't have one. For the option transition of the tabs snippet I had to replace the css transition with css animation to activate the preview more easily. task-2280397 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
The asset and deferred expense screens now use clearer labels and tooltips, making them easier for finance users to understand. The related purchases tab has also been simplified by renaming a date column and preventing new purchases from being created there, reducing accidental entries in the wrong place.
Original PR description
Inverse expense account & deferred exepense account label in deferred expense model tree view. Change some tooltips. Rename column depreciation date into date for related purchase tab in assets. Remove the possibility to create a purchase in purchase tab in assets. **Task ID: 2310293**