[IMP] accounting: add name to hashed fields

This has been done in 1dcd071b27

closes odoo/documentation#9928

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit is contained in:
Ricardo Gomes Rodrigues 2024-06-24 11:19:31 +02:00
parent 747e1bab14
commit c04c6700f4

View File

@ -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