On 10 Jan 05:33, Chirag Jogi wrote: > 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
You don't provide a datetime.date instance for the date. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
