feat: Se añade posibilidad de cerrar (archivar) seguimiento a prospectos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-12 20:37:57 -05:00
parent d099529aa6
commit 2cc3864767
2 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
<!-- 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="active"/>
<field name="active"/>
<label name="prospect"/>
<field name="prospect"/>
@@ -23,4 +26,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="pending_calls" colspan="2"/>
</page>
</notebook>
<label name="state"/>
<field name="state"/>
</form>