Remove date wiget in form views and DateTime field

This commit is contained in:
resteve 2015-08-12 23:58:15 +02:00
parent 37ff28c813
commit f59f6babcc
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ this repository contains the full copyright notices and license terms. -->
<label name="user"/>
<field name="user"/>
<label name="comment_create_date"/>
<field name="comment_create_date" widget="date"/>
<field name="comment_create_date"/>
<label name="active"/>
<field name="active"/>
<label name="tutorial"/>

View file

@ -32,9 +32,9 @@ this repository contains the full copyright notices and license terms. -->
<label name="comment"/>
<field name="comment"/>
<label name="tutorial_create_date"/>
<field name="tutorial_create_date" widget="date"/>
<field name="tutorial_create_date"/>
<label name="tutorial_write_date"/>
<field name="tutorial_write_date" widget="date"/>
<field name="tutorial_write_date"/>
</page>
<page string="Websites" id="websites">
<field name="websites" colspan="6"/>