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.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
sept. 25
|
2548 | ||
|
2
août 25
|
1024 | ||
|
2
août 25
|
1988 | ||
|
0
févr. 25
|
2056 | ||
|
1
août 25
|
2824 |
I have the same question. Did you mange to access the old values from the python function?