Use separate date and time widget in tree views

This commit is contained in:
resteve 2015-08-13 00:06:54 +02:00
parent 299548f6e7
commit 4f4f5f33c1
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="CSV Archive">
<field name="profile"/>
<field name="date_archive"/>
<field name="date_archive" widget="date"/>
<field name="date_archive" widget="time" string="Time"/>
<field name="data"/>
<field name="archive_name"/>
<field name="state"/>
</tree>
</tree>