feat: Se implementa agendación de tarea en las pruebas, #71

This commit is contained in:
2023-09-18 19:49:58 -05:00
parent 78fcd0231d
commit 214c6fc089
6 changed files with 84 additions and 0 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="task_description"/>
<field name="task_description"/>
</form>