El 07/06/16 a les 11:33, Markus Bala ha escrit:
Hi,

I am facing an error.
If the field is datetime and set at the TreeView. I received an error.
Did anyone having same experience?

Trytond version 3.8
Yes, there is not more a datetime widget on tree view. So you must add two fields, one with date widget and other with time widget. Something like:

<field name="yourfield" widget="date"/>
<field name="yourfield" widget="time"/>

So you will get two diferent columsn with the values.

P.S: You can use the tryton mailing list for this kind of questions. tryton-dev is for discussion about the development of tryton.

--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

--
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/57569581.3020103%40koolpi.com.

Reply via email to