In odoo every model will be having a write_date
column which will store the last edited time and date of the record.I want to take the value of that field to a variable/ field. But when I print this , it is printing False
. What to do.?
code
variable = self.write_date
Thanks in Advance..
to catch the write_date information, simply add new field name write_date, that's it. the value will be auto filled.