Hello
I would like to print the date + the time in my column " lastModified " in my tree view. I am have declared my field as follows :
lastModified = fields.Date(string='Last updated')
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello
I would like to print the date + the time in my column " lastModified " in my tree view. I am have declared my field as follows :
lastModified = fields.Date(string='Last updated')
HI Zak,
Last modified time of the record will be stored in each record by default. To get it in the tree view you can add a field named write_date in the view.
<field name="write_date" />
Thanks
Thank you Niyas i will try it
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up