feat: Se crea botón para iniciar seguimiento de prospecto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-26 20:38:40 -05:00
parent 082d070643
commit 27dcca74bc
7 changed files with 43 additions and 18 deletions

View File

@@ -1,8 +0,0 @@
<?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="date"/>
<field name="date" widget='date'/>
<field name="date" widget='time'/>
</form>

View File

@@ -1,7 +0,0 @@
<?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. -->
<tree>
<field name="date" widget='date' expand="1"/>
<field name="date" widget='time' expand="1"/>
</tree>

View File

@@ -7,5 +7,5 @@ this repository contains the full copyright notices and license terms. -->
<field name="department" expand="1"/>
<field name="city" expand="1"/>
<field name="assigned_operator" expand="1"/>
<field name="contact_methods" expand="1"/>
<button name="start_trace"/>
</tree>