Remove create/write date field

Create/write date field is timestamp and not available in CELLTYPES
issue4009
This commit is contained in:
resteve 2014-06-20 11:18:39 +02:00
parent 3d478ee844
commit 8a0d0a0026
4 changed files with 0 additions and 15 deletions

View file

@ -4,8 +4,6 @@ this repository contains the full copyright notices and license terms. -->
<form string="Comment">
<label name="user"/>
<field name="user"/>
<label name="create_date"/>
<field name="create_date"/>
<label name="active"/>
<field name="active"/>
<label name="post"/>

View file

@ -3,7 +3,6 @@
this repository contains the full copyright notices and license terms. -->
<tree string="Comments">
<field name="user"/>
<field name="create_date"/>
<field name="active"/>
<field name="post"/>
</tree>

View file

@ -24,15 +24,5 @@ this repository contains the full copyright notices and license terms. -->
<label name="metatitle"/>
<field name="metatitle"/><newline/>
</page>
<page string="Info" id="info">
<label name="create_date"/>
<field name="create_date"/>
<label name="write_date"/>
<field name="write_date"/>
<label name="create_uid"/>
<field name="create_uid"/>
<label name="write_uid"/>
<field name="write_uid"/>
</page>
</notebook>
</form>

View file

@ -3,8 +3,6 @@
this repository contains the full copyright notices and license terms. -->
<tree string="Posts">
<field name="name"/>
<field name="create_date"/>
<field name="create_uid"/>
<field name="active"/>
<field name="galatea_website"/>
</tree>