mirror of
https://github.com/NaN-tic/trytond-galatea_tutorial.git
synced 2023-12-14 02:32:55 +01:00
Remove date wiget in form views and DateTime field
This commit is contained in:
parent
37ff28c813
commit
f59f6babcc
2 changed files with 3 additions and 3 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue