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