From c04c6700f4bdae0cd7e885745ee5e765e5b67808 Mon Sep 17 00:00:00 2001 From: Ricardo Gomes Rodrigues Date: Mon, 24 Jun 2024 11:19:31 +0200 Subject: [PATCH] [IMP] accounting: add `name` to hashed fields This has been done in https://github.com/odoo/odoo/commit/1dcd071b27779e7d6d8f536c7dce7002d27212ba closes odoo/documentation#9928 Signed-off-by: Audrey Vandromme (auva) --- .../finance/accounting/reporting/data_inalterability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/applications/finance/accounting/reporting/data_inalterability.rst b/content/applications/finance/accounting/reporting/data_inalterability.rst index 3d20738b1..eb1661a96 100644 --- a/content/applications/finance/accounting/reporting/data_inalterability.rst +++ b/content/applications/finance/accounting/reporting/data_inalterability.rst @@ -7,7 +7,7 @@ inalterable**, meaning that once an entry has been posted, it can no longer be c To do so, Odoo can use the **SHA-256 algorithm** to create a unique fingerprint for each posted entry. This fingerprint is called a hash. The hash is generated by taking an entry's essential data -(the values of the `date`, `journal_id`, `company_id`, `debit`, `credit`, `account_id`, and +(the values of the `name`, `date`, `journal_id`, `company_id`, `debit`, `credit`, `account_id`, and `partner_id` fields), concatenating it, and inputting it to the SHA-256 hash function, which then outputs a fixed size (256-bit) string of characters. The hash function is deterministic (:dfn:`the same input always creates the same output`): any minor modification to the original data would