Daily updates from Odoo
Friday, December 13, 2019
1 change · master
New functionality added to Odoo
Documents now keeps prior versions of a file so users can review and manage document history from the inspector. Users can restore, download, or delete earlier versions, making document updates safer and easier to track.
Original PR description
This commit adds the versioning feature in Documents. The history is represented by new m2m field 'previous_attachment_ids' on 'documents.document'. The history can be managed from the document inspector, each attachment can be 'restored', 'downloaded' and 'deleted'. Task: #2011336