feat: Se agrega posible agendación de llamada en el flujo de crear una llamada, #58
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-08-27 20:52:42 -05:00
parent 27d4ce8a77
commit 70aa3f96d4
6 changed files with 66 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!-- 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="datetime"/>
<field name="datetime"/>
</form>

View File

@@ -3,8 +3,10 @@
this repository contains the full copyright notices and license terms. -->
<form>
<label name="description"/>
<field name="description"/>
<field name="description" colspan="6"/>
<newline/>
<label name="interest"/>
<field name="interest"/>
<label name="schedule_call"/>
<field name="schedule_call"/>
</form>