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.
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
set. 25
|
2548 | ||
|
2
ago. 25
|
1024 | ||
|
2
ago. 25
|
1988 | ||
|
0
fev. 25
|
2056 | ||
|
1
ago. 25
|
2824 |
I have the same question. Did you mange to access the old values from the python function?