Wednesday, May 6, 2026
1 change · 18.0
Enhancements to existing features
This update enhances the VAT reporting feature in Odoo Enterprise by accurately reflecting the total turnover for each VAT number, even when individual partner turnovers are below a threshold. Previously, partners with low individual turnover but a high total VAT number were excluded from the report. Now, the report includes all partners associated with a VAT number if the total turnover for that number exceeds the defined threshold, providing a more complete and accurate VAT listing.
Original PR description
When having different partners with the same vat number and their individual turnover values are less than the threshold they were not included in the partner vat listing report even though if the total turnover for their vat number is above the threshold. This commit handles this case by grouping by vat number and if the total turnover for a vat number is above the threshold then it will be shown in the report with another level beneath it to show the partners having this vat number even if their individual turnovers are below the threshold. task-6133010