On to my next issue:
I ran into some problems with timezones
Running as admin the timestamps for a new record come up in UTC, rather than the local time, however, if i set the timezone in User>Preferences the system throws an error suggesting that somewhere the timezone comes up as 'IDT' which is not in the pytz list.
pretty much this issue:
https://bugs.tryton.org/issue2449i tried to set the timezone line in trytond.conf to:
timezone = Asia/Jerusalem
but this resulted in a parsing error:
File "/home/ben/tryton/tryton_2_6/server/trytond-2.6.3/trytond/config.py", line 29, in get_port
return int(netloc.split(':')[1])
ValueError: invalid literal for int() with base 10: "8000\ntimezone = 'Asia"
any advice welcome for getting this right.