Tuesday, March 12, 2019
6 changes · master
Enhancements to existing features
Users can now reorder views on an action by dragging them in the list instead of opening each view and manually changing its sequence. This makes configuration faster and more intuitive, especially when several view types need to be rearranged.
Original PR description
Description of the issue/feature this PR addresses: Set sequence widget on listvies Current behavior before PR: If you want to change the order of multiple views on an action now you'll need to open every view and edit the sequence manually. This results in a click, editing the sequence and saving it per view on the action. If you have four view types and want to rearrange them you'll need 12+ clicks.  Desired behavior after PR is merged: You can easily drag and drop the views, which changes the sequence automatically. Saves you a lot of clicks and more intuitive.  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting reconciliation widget can now find journal items using account codes, not only existing matching criteria. This makes it easier and faster for accounting users to locate the right entries during reconciliation.
Original PR description
Task 1945477 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves an English label used in the base module so it reads more naturally. There are no functional changes, but users will see clearer wording when working with partner merge options.
Original PR description
Description of the issue/feature this PR addresses: Improve the source term Current behavior before PR: A bit of an odd English term Desired behavior after PR is merged: A nice English term (I hope this doesn't need more info 😉) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This fixes an issue where the accounting reconciliation popover no longer showed line details after a Bootstrap update. Users can again view the detailed information they need while reconciling entries, avoiding confusion and extra navigation.
Original PR description
commit 4697d7448010376397f7150b84c207978ab3010e update our bootstrap version to 4.3.1, one change of that version is that bootstrap now escape the content of popover and title removing the table element. https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/ This result in the popover in the reconciliation widget being empty. Therefore since the content of the popover was safe as it was rendered by Qweb.render, we disabled completely the sanitizer for the popover in the reconciliation widget.
Fixes an issue that could prevent users from opening the manual reconciliation screen from the Accounting menu. This helps accounting teams access reconciliation workflows reliably without encountering an error from that menu entry.
This fix ensures that crash messages are shown correctly in Firefox again after a previous jQuery update stopped them from appearing. Users will now see the expected error dialog instead of missing feedback when something goes wrong.
Original PR description
After the update of jQuery, crashes were no longer displayed (in dialogs) on browsers using the unhandled-rejection-polyfill lib (e.g. firefox). This was due to a bad conversion from ES6 to ES5. Issue reported on the jquery update pad. 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