feat: closed #36
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Camilo Gonzalez 2023-08-14 20:32:49 -05:00
parent 8ab3a97b3c
commit 6d77af53ef
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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>