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
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
7
view/make_call_ask_form.xml
Normal file
7
view/make_call_ask_form.xml
Normal 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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user