how can I get the current date with the correct timezone of the user printing the report?
I am using this, but this brings the current UTC time.
<span t-esc="time.strftime('%Y-%m-%d %H:%M:%S')"/>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
how can I get the current date with the correct timezone of the user printing the report?
I am using this, but this brings the current UTC time.
<span t-esc="time.strftime('%Y-%m-%d %H:%M:%S')"/>
<span t-esc="context_timestamp(datetime.datetime.now()).strftime('%Y-%m-%d %H:%M')"/>
This should be the correct answer
This is the correct answer
context_timestamp().strftime('%Y-%m-%d %H:%M') gives 'NoneType' object is not callable
error in odoo 14 with dt.dt.now() or with a datetime field or without parameter :(
Thanks a lot brother, this is the best answer
I have just created a module which allows you do to:
<span t-usertime="%Y-%m-%d %H-%M-%S" />
and get the correct timezone. See it on GitHub
This has now been accepted in the OCA addons. Updated the github link.
Hi Vince,
Can we add current datetime into Studio report also?
Thanks
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Jul 25
|
1845 | ||
|
1
Mei 25
|
1927 | ||
QWeb: use t-if to check birthday date
Diselesaikan
|
|
1
Apr 25
|
2373 | |
Odoo 17 - QWeb Reports with External Datasource
Diselesaikan
|
|
1
Feb 25
|
1663 | |
|
0
Okt 24
|
1440 |