feat: closed #36
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8ab3a97b3c
commit
6d77af53ef
@ -3,5 +3,6 @@
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
<field name="date" widget='date'/>
|
||||
<field name="date" widget='time'/>
|
||||
</form>
|
@ -2,5 +2,6 @@
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="date" expand="1"/>
|
||||
<field name="date" widget='date' expand="1"/>
|
||||
<field name="date" widget='time' expand="1"/>
|
||||
</tree>
|
Loading…
Reference in New Issue
Block a user