Skip to Content
Menu
This question has been flagged
4 Replies
226 Views

Hi guys!!

Please who know how to get the date of a recordset please.

I have a field in which i want to put the date of my recordset.

Help please.

thanks in advance

Avatar
Discard
Author Best Answer

Here is the answer:

Just create:

'create_date' : fields.datetime('Date Created', readonly=True), 

with its xml.

And it functions incredibly

Avatar
Discard
Best Answer

no need for that... 
odoo will keep create_date and write_date accurate by default... if you still need extra date logging...
simply inherit create method and fill desired date/time data in values to be written to new record..

Avatar
Discard
Author

Can you help me please to simply inherit create method and fill desired date/time data in values to be written to new record.. I didnt know how please

Author

I want a field in which i will display the wrire_date

Related Posts Replies Views Activity
0
Mar 25
1414
0
Jan 25
3493
1
Aug 23
14849
1
Aug 23
13499
1
Jul 23
10481