This question has been flagged
2 Replies
3822 Views

Hi,

Which field should I use to see what row is actually updated?

write_date or __last_updated?


thx

Avatar
Discard
Best Answer

Hi !

Use write date for getting updated date. 

Write date will be updated every time when you trying to edit directly or via ORM.

__last_update will update at the time of Module update.

For further queries read this link https://www.odoo.com/forum/help-1/question/how-to-know-which-module-install-or-updated-last-in-odoo-124860

Avatar
Discard
Best Answer

use write_date only

Avatar
Discard