Monday, August 26, 2024
1 change · 17.0
Enhancements to existing features
This update improves the German tax report (DateV) export functionality by fixing formatting issues with unique identifiers in CSV files, separating CSV and attachment exports into distinct files for better organization, and ensuring only the primary attachment per transaction is exported as required by the format. These changes ensure the exported files comply with DateV format requirements and improve the user experience with clearer button labels.
Original PR description
While the format for the guid is the right in the xml, for the CSV, we should add double quotes, as asked by the format. The 2 zip should really be separated, with one for the csv and the other for the attachments Renamed the 2 buttons to indicate more clearly what they are about. The csv only expects a single attachment per move. We should then only export the message_main_attachment_id task-4131986 Forward-Port-Of: odoo/enterprise#68794