feat: Se implementa agendación de tarea en las vistas, #71
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-09-19 06:10:09 -05:00
parent c1be04d009
commit d50cca2924
2 changed files with 14 additions and 8 deletions

View File

@@ -2,11 +2,17 @@
<!-- 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="description"/>
<field name="description" colspan="6"/>
<group col="6" id="description">
<label name="description"/>
<field name="description"/>
</group>
<newline/>
<label name="interest"/>
<field name="interest"/>
<label name="schedule_call"/>
<field name="schedule_call"/>
<group col="6" id="call_data">
<label name="interest"/>
<field name="interest" colspan="1"/>
<label name="schedule_call"/>
<field name="schedule_call" colspan="1"/>
<label name="schedule_task"/>
<field name="schedule_task" colspan="1"/>
</group>
</form>