Saturday, June 6, 2026
1 change · saas-18.2
Resolved issues and error corrections
This update removes the unnecessary 'Manage Versions' action for spreadsheet and frozen spreadsheet documents. Previously, attempting to version these files created extra attachments and history, which was inefficient. This change streamlines the spreadsheet process by leveraging existing revision history instead of duplicating it.
Original PR description
This PR consists of two commits. The first commit hides the Manage Versions action button for spreadsheet and frozen spreadsheet documents, since versioning is disabled for those records. The second commit is a backport of enterprise commit 0e319d0. It disables document versioning for spreadsheet and frozen spreadsheet documents, as spreadsheets already manage their history through spreadsheet revisions. This avoids creating unnecessary document history attachments when spreadsheet data is written or when a spreadsheet is copied. Task: [6236496](https://www.odoo.com/odoo/project/2328/tasks/6236496)