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.
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
2
syysk. 25
|
2195 | ||
|
2
elok. 25
|
755 | ||
|
2
elok. 25
|
1735 | ||
|
0
helmik. 25
|
1794 | ||
|
1
elok. 25
|
2528 |
I have the same question. Did you mange to access the old values from the python function?