Daily updates from Odoo
Monday, January 22, 2024
1 change
Security fixes and vulnerability patches
The 'Fetch EDI Files' button has been removed from the French accounting reports module due to potential legal concerns. For existing databases, the system now displays the content of the first XML attachment instead. This change ensures compliance and prevents users from accessing functionality that could create legal risks.
Original PR description
We need to get rid of this button because it could raise potential legal issues (see linked task). It is marked invisible s.t. new databases won't have it. For the existing databases, we rewrite the returned action to return the content of the first xml attachment on the async export. Also remove the IAP controller `_get_recipient_reports_v2` to make sure it can no longer be called. task-3640693 Forward-Port-Of: odoo/enterprise#52805