Monday, June 7, 2021
2 changes · master
Resolved issues and error corrections
This fixes an issue where Time Off email subjects could show extra or unreadable characters when leave dates were included. The date separator is changed to a simple slash so email subjects display clearly for users.
Original PR description
Currently, In TimeOff module If we schedule activity for Leave to Defer In the subject of email we see some extra string before arrow that is because of whitespace before the arrow. In these commit we remove the extra string by removing the leading whitespace. **Task Id: 2501374** 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
The Belgian point-of-sale compliance reporting endpoint now automatically includes the relevant module files instead of relying on a manually maintained list. This prevents missing or outdated files from affecting the generated report and keeps the process more reliable as the product changes.
Original PR description
While working on odoo/odoo#68072, found out that the `/fdm_source` endpoint is broken: some of the listed files have been removed, and many new files are missing. Convert endpoint to autodiscovery in the two relevant modules instead of a hardcoded list. Enumerated paths are sorted in basic lexicographic order so the hashing should be somewhat coherent, not change based on the FS's iteration details.