Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
5147 Ansichten

I'm tring to display a last edit date in table view.

I guess i need to add a line to crm_helpdesk_view.xml around "crm_case_tree_view_helpdesk".

However i can't deem to find a field that would match my purpose.

Anyone able to help?

Avatar
Verwerfen
Autor Beste Antwort

write_date does unfortunately not include comments or messages.

Do you have any other ideas?

Avatar
Verwerfen
Beste Antwort

Hi,

After activaing developer mode from User/About OpenERP, using form view of specific record you can check "view log" option from Debug view list. This will show you last modification date for specific record.

Or you may use "write_date" field to display last edit in table view.

Avatar
Verwerfen