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.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Agu 25
|
603 | ||
|
2
Agu 25
|
1626 | ||
|
0
Feb 25
|
1701 | ||
|
1
Agu 25
|
2369 | ||
|
2
Des 24
|
1951 |
I have the same question. Did you mange to access the old values from the python function?