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.
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
2
سبتمبر 25
|
2239 | ||
|
2
أغسطس 25
|
786 | ||
|
2
أغسطس 25
|
1778 | ||
|
0
فبراير 25
|
1842 | ||
|
1
أغسطس 25
|
2557 |
I have the same question. Did you mange to access the old values from the python function?