Daily updates from Odoo
Thursday, August 22, 2024
1 change
Resolved issues and error corrections
Fixed a bug where sales and purchase receipts were not being included in Spanish VAT Record books reports, causing the system to crash when generating these reports. Receipts are now treated the same as invoices, ensuring complete and accurate VAT reporting for Spanish companies.
Original PR description
Currently, receipts are not take into account when generating the VAT Record books ### Steps to reproduce * install `l10n_es_reports` * switch to a Spanish company * enable sales (or purchase) receipts in the settings * create and confirm a sales receipt * open the generic tax report * select the dates for the receipt. * attempt to generate the VAT Record books You will be met with a traceback. ### Fix Include receipts and treat them as invoices. (confirmed with JCO) opw-4053187 Comunity PR: odoo/odoo#175002