Monday, August 10, 2020
9 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
This update strengthens accounting period controls by guiding users to resolve blocking items and limiting resequencing to authorized accounting roles. It also improves French FEC exports by adding a test export option and automatically locking the fiscal year when an official file is requested, supporting compliance and reducing mistakes.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Canned replies in Mail now appear immediately but are not automatically selected, reducing accidental use. Users can choose replies more predictably with keyboard navigation or mouse clicks, and can still send a plain colon message when no canned reply is selected.
Original PR description
PURPOSE: - remove the active class from the canned response and delay, once the user presses the any key (tab, key down, and key up) then it should add active class for it's desired behavior and it…
PURPOSE:
- remove the active class from the canned response and delay, once the user presses the
any key (tab, key down, and key up) then it should add active
class for it's desired behavior and it should work like cancel.
user should send message if the message is : and none of canned response selected.
SPECIFICATION:
- Don't add focus on the 1st element for canned mention
- The user who wants to use the canned answer need to select it, using:
- TAB (start from the top of the list)
- Mouse click to select the one that he wants
- ARROW UP: Start from the last one on the popup
- ARROW DOWN: Start from the first one on the popup
- Dropdown selection should work like cycle
- Remove delay in displaying canned response
- send : as message in case of canned when there is no response is selected
- "shift + tab" to focus previous element in dropdown
- prevent re-rendering of dropdown process on keys like: shift, ctrl, alt, capslock.
LINKS:
PR https://github.com/odoo/odoo/pull/46825
Task 48686
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prUpdated 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**