Monday, March 30, 2020
2 changes · master
Enhancements to existing features
The SEPA payments module no longer includes QR code payment functionality, which is being handled separately in a more reusable way. This makes the payment features cleaner to maintain while keeping SEPA transfers focused on their core purpose.
Original PR description
This is part of the QR-code refactoring done in community. account_sepa module now does not contain anything related to SEPA QR-codes anymore, as they are a distinct feature.
This change updates an internal Web Studio report editor test to match the latest image selection behavior. It helps keep automated checks reliable after the media dialog now selects images immediately in single-image mode.
Original PR description
In odoo/odoo#45174 the media-dialog behaviour was changed so that an image is selected immediately when it is clicked and the dialog is not in 'multi-image mode', as such, a test had to be adapted so that it no longer tries to click that button. Additionally, the test tries to click the first attachment using domUtils.click, which checks for visibility, but that same PR makes it so that attachments are not displayed until their image is loaded, so we also have to remove the d-none class before trying to click. task-2091417