Is it possible to get old values of a record in an “On Update” automation event ?
i need to compare both values before allowing the update to happen
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Is it possible to get old values of a record in an “On Update” automation event ?
i need to compare both values before allowing the update to happen
record._origin.name is the value of name before the update.
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
2
Sept. 25
|
2553 | ||
|
2
Aug. 25
|
1028 | ||
|
2
Aug. 25
|
1992 | ||
|
0
Feb. 25
|
2056 | ||
|
1
Aug. 25
|
2825 |
I have the same question. Did you mange to access the old values from the python function?