Friday, January 21, 2022
2 changes · master
Enhancements to existing features
Search results in the command palette now visually highlight the part of each command name that matches what the user typed. This makes it faster for users to scan results and choose the right action, improving navigation efficiency across the web interface.
Original PR description
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
Old inactive spreadsheet revision records are now automatically removed after 60 days by the scheduled cleanup process. This helps reduce unnecessary stored data and keeps document spreadsheet history manageable without manual intervention.
Original PR description
With this commit, all the revisions which are inactive and older than 60 days (can be adjusted by the ir.config.parameter `documents_spreadsheets.revisions_limit_days`) are removed by the autovaccum cron. Task-id 2713172