feat: se añade dominio a campo para agendar proxima llamada
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-29 19:46:12 -05:00
parent bdcf78ad56
commit ceb9f07aab
4 changed files with 26 additions and 5 deletions

View File

@@ -2,6 +2,8 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="currency_date"/>
<field name="currency_date"/>
<label name="datetime"/>
<field name="datetime"/>
</form>
</form>

View File

@@ -4,4 +4,4 @@ this repository contains the full copyright notices and license terms. -->
<form>
<label name="date_time"/>
<field name="date_time"/>
</form>
</form>