Wednesday, July 10, 2024
2 changes · saas-17.3
Resolved issues and error corrections
This update fixes an inaccurate explanation for the day-of-week grouping option in Odoo's core model documentation. It helps users and implementers understand reporting/grouping behavior correctly, reducing confusion without changing functionality.
Original PR description
Commit d8fe54d9ac96fc0123ab997f4b4a3fc2f380d34d introduced granularity `day_of_week` with a wrong explanation. This commit fixes the explanation. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Accounting and document tests were adjusted to respect mandatory audit trail requirements, especially for Germany. The cleanup now only removes accounting entries linked to the tour company, preventing protected audit-related records from being deleted during tests.
Original PR description
Since the audit trail is mandatory in Germany, we cannot remove moves or any documents related. We only need to remove the moves linked to the company of the tour. We also have more queries because we now need to check if the move is part of the audit trail before unlinking.