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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
2
srp 25
|
615 | ||
|
2
srp 25
|
1636 | ||
|
0
úno 25
|
1704 | ||
|
1
srp 25
|
2377 | ||
|
2
pro 24
|
1955 |
I have the same question. Did you mange to access the old values from the python function?