Daily updates from Odoo
Monday, January 19, 2026
1 change · master
Code cleanup and technical improvements
This update modernizes the way Peru-specific EDI reports are generated and sent. The previous system was outdated and no longer aligned with current standards, so this refactoring streamlines the process using a new 'send & print' wizard. This ensures accurate and compliant reporting for our Peruvian clients.
Original PR description
*: l10n_pe_edi, l10n_pe_edi_stock, l10n_pe_edi_pos, l10n_pe_reports account_edi is dead, long live account_move_send... The old ways of account_edi is not aligned to current EDI standards in odoo, as such this task refactors the code to remove the dependency and provide the same EDI functionality via the send and print wizard. task-[5164609](https://www.odoo.com/web#id=5164609&view_type=form&model=project.task) upgrade: https://github.com/odoo/upgrade/pull/8729