odoo/enterprise#74906

Created by fw-bot
Merged at c3cb90db237800b57b6ab3545e9fd83219adb4df

Statuses:

Linked pull requests
label
odoo-dev:saas-17.2-17.0-de-audit-trail-document-wan-0TtS-fw
head
52918a32eb29ed8c96238e181a2f9637cfeffa28
merged
1 year ago by Accounting, William André (wan)
odoo/odoo odoo/enterprise
17.0 #176360 #68235
saas-17.2 #189182 #74906
saas-17.4 #189197 #74914
18.0 #189247 #74945
saas-18.2
saas-18.3
saas-18.4
19.0
master #189994 #75333

[FW][FIX] document: audit trail with document versionning

Normally, when using document versioning, the attachments linked to a record are re-attached to the document when changing the version. This is not compatible with the requirement for audit trail in Germany (GoBD) as we want to be sure that the document won't be deleted. This is ensure by making sure all the attachments stay attached, and can't be deleted.

To reproduce:
* Install Accounting and Documents, as well as l10n_de
* Select/configure a German company
* Create new document folder settings for Customer Invoices
* Create a new invoice
* Send & Print
* Delete it from the attachments (it should "detach it")
* On the document, change the main history version, or on the invoice, navigate through the attachments

opw-4095549

Forward-Port-Of: #68235