Wednesday, May 3, 2023
3 changes · master
Resolved issues and error corrections
This fixes a crash that could occur when a message was shown without an associated conversation thread. The change makes the mail interface more reliable in edge cases, reducing interruptions for users.
Original PR description
Before this PR, using the message component wihtout a thread could crash because props.thread could be undefined (as thread is an optional props). This PR just add the guard.
This update fixes and polishes recent changes around partner bank account setup in Accounting. It makes account creation work correctly for trusted new records, opens documentation links in a separate browser tab, and places the related setting in a clearer Accounting section.
Original PR description
Improve some aspects of the recent res partner bank improvement:
- the url toward the docs open in a new tab
- fix the account creation by disabling the readonly when trusted
while the record isn't existing in the database yet
- improve the visual of the setting by putting it in the accounting
section
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-prA new automated test checks that spreadsheet JSON downloads keep the correct file name. This helps prevent a previously seen regression from returning during future updates.
Original PR description
Add a test for d32a169 We wouldn't had a buggy forward-port (480b8a5) if it was tested from the begining :)