Daily updates from Odoo
Thursday, June 8, 2023
2 changes
Enhancements to existing features
Updated automated tests to match changes in how accordion items appear inside dropdown menus. This helps keep search favorites, cohort views, and grid views stable and reduces the risk of regressions reaching users.
Original PR description
Task-ID: 3276542 (Part of)
VAT closing entry descriptions and references now include the year for monthly and quarterly periods. This makes tax returns easier to identify and helps avoid confusion between the same month or quarter across different years.
Original PR description
Based on [this task](https://www.odoo.com/web#id=3040211&cids=1&menu_id=4720&action=333&active_id=967&model=project.task&view_type=form) Add year detail for the description / reference of the VAT closing entry Why? Users could get confused between December 2021 and December 2022 or between Q4 2021 and Q4 2022 if it's not explicit. What this changes: Before, the reference of the closing entry is not explicit over the year if the periodicity setting is monthly or quarterly. ex: `Tax return for April` With this, there will be a year detail added for monthly/trimester(quarterly) periodicity. ex: `Tax return for April 2023`