Hello Community I developed my customized tryton module in that i am using date field where i want to display system date and i am getting below error
any help appreciated
Thanks in advance...
File "/usr/lib/python2.7/dist-packages/tryton/common/common.py", line
1525, in timezoned_date
return date.replace(tzinfo=szone).astimezone(lzone)
replace() takes no keyword arguments
