feat: Se crea asistente para agendar próxima llamada
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-21 09:27:48 -05:00
parent 56550df81a
commit b34a1e19af
3 changed files with 5 additions and 3 deletions

View File

@@ -25,6 +25,9 @@ this repository contains the full copyright notices and license terms. -->
</page>
</notebook>
<group col="-1" colspan="6" id="buttons">
<button name="wizard_schedule" icon="tryton-calendar"/>
</group>
<label name="pending_call"/>
<field name="pending_call"/>
<label name="state"/>

View File

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