Sunday, March 15, 2026
1 change · saas-18.4
Resolved issues and error corrections
This update fixes an issue where annual return reports incorrectly used a fiscal year filter when company fiscal years differed. Now, reports always align with the civil year, ensuring accurate reporting and a more reliable view of financial data. This improves the consistency and accuracy of financial reporting.
Original PR description
Backported from https://github.com/odoo/enterprise/pull/104726 When a company fiscal year differs from the civil year, the annual return incorrectly falls back to the report’s FY-aligned year filter. The return should always follow the civil year, so the fallback is skipped and the return period filter is shown instead. task-5511074 Forward-Port-Of: odoo/enterprise#110443