Tuesday, August 27, 2024
3 changes · 17.0
Enhancements to existing features
Connected devices in the IoT Box form are now editable instead of read-only. This improvement allows users to modify device settings directly from the IoT Box view without having to navigate to a separate Device page and search for the device in a list, saving time and improving workflow efficiency.
Original PR description
From the IoT Box form view, we display the connected devices: they were readonly. Now, they are editable, avoiding us from going to the "Device" page, then look for the device in the list.
The German tax report export format has been updated to support version 7.0 of the CSV standard. All required headers have been adjusted to comply with the new format requirements, ensuring compatibility with updated tax reporting systems. The underlying data values remain unchanged.
Original PR description
The version of the csv is now 7.0. Adapt the headers to it, they must now all be present. The values don't seem to have changed, at least the ones required that we provide. task-4131986 Forward-Port-Of: odoo/enterprise#68853 Forward-Port-Of: odoo/enterprise#68796
When a bank connection fails, users will now see a clear banner message explaining the issue instead of being silently asked to reconnect. This improvement helps users understand why their bank account needs to be re-added and provides better transparency when connection problems occur.
Original PR description
[IMP] account_online_synchronization: Show banner when fail connecting to existing account Issue: Sometimes the connection with the bank breaks for some reasons either the user remove the connection from the bank dashboard etc. And when the user press on 'fetch_transaction' in odoo, We will ask him to add the bank again without showing him anything to indicate the reason. Solution: Adding a banner in the widget to report that we are facing an issue connecting to the bank-account and show it whenever the user face a problem connecting to existing account through the '_handle_odoofin_redirect_exception' which handle open the iframe whenever we face an issue connecting to an existing bank account Task-3355270 odoofin PR: https://github.com/odoo/odoofin/pull/263