Monday, June 8, 2026
1 change · 19.0
Enhancements to existing features
This update improves the DEP7 export process by switching from PDF to JSON files. This change ensures compliance with German tax regulations (BMF RKSV) and allows for more efficient data processing by official tax tools. The new JSON format provides machine-readable data, streamlining reporting.
Original PR description
In this commit: ------------------- - Updated the DEP7 export to generate a zip with JSON files instead of PDF, in compliance with BMF (RKSV) requirements. - The export now produces a valid JSON document containing the machine-readable data expected by the official BMF tools. - The filename format has also been adjusted to follow common conventions (e.g. `Name_Duration_DEP_KassenID.json`). Task: 6071034 Forward-Port-Of: odoo/enterprise#112276