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.
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
ago 25
|
589 | ||
|
2
ago 25
|
1621 | ||
|
0
feb 25
|
1689 | ||
|
1
ago 25
|
2351 | ||
|
2
dic 24
|
1947 |
I have the same question. Did you mange to access the old values from the python function?