Use separate date and time widget in tree views

This commit is contained in:
resteve 2015-08-13 00:29:44 +02:00
parent 674e7b1543
commit 2ad97d54c2

View file

@ -4,6 +4,7 @@ this repository contains the full copyright notices and license terms. -->
<data>
<xpath
expr="/tree/field[@name=&quot;effective_date&quot;]" position="after">
<field name="delivery_date"/>
<field name="delivery_date" widget="date"/>
<field name="delivery_date" widget="time" string="Time"/>
</xpath>
</data>