Daily updates from Odoo
Tuesday, October 7, 2025
1 change
New functionality added to Odoo
Spanish localization now supports filing returns directly for the relevant tax forms, replacing the separate BOE export flow. This centralizes submission guidance and export steps, adds closing entries for key forms, and folds the temporary 2024 reports module into the main Spanish reports module.
Original PR description
Add the return option on all appropriate modelos. This was the opportunity to : - Remove the BOE export button from the reports (since this is now handled in the returns) - Add the BOE wizards content in the return wizard, along with modelo-specific instructions of submission - Make the 349 report inherit the generic ec sales list, which is correct, thoughit still also inherit the tax report in order to avoid refactoring the whole inheritance line. This will have to be cleaned up in a later refactoring task. - Create specific closing entries for the modelos 111, 115 and 303 - remove the l10n_es_reports_2024 module, which was a temporary fix and can now be merged task-4987796 related : https://github.com/odoo/upgrade/pull/8135