Remove date wiget in form views and DateTime field

This commit is contained in:
resteve 2015-08-12 23:58:06 +02:00
parent 517e2a57cd
commit 40d42df88a
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="photo"/>

View File

@ -23,9 +23,9 @@ this repository contains the full copyright notices and license terms. -->
</page>
<page string="Info" id="info">
<label name="photo_create_date"/>
<field name="photo_create_date" widget="date"/>
<field name="photo_create_date"/>
<label name="photo_write_date"/>
<field name="photo_write_date" widget="date"/>
<field name="photo_write_date"/>
</page>
<page string="Extra" id="extra">
<label name="visibility"/>