feat: Se crean vistas a agenda de llamadas pendientes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-07 13:29:38 -05:00
parent 3e41315689
commit c1df0de713
6 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?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"/>
<label name="prospect_trace"/>
<field name="prospect_trace"/>
</form>

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. -->
<tree>
<field name="date"/>
<field name="prospect_trace"/>
</tree>

View File

@@ -19,5 +19,8 @@ this repository contains the full copyright notices and license terms. -->
<page string="Calls" id="calls">
<field name="calls" colspan="2"/>
</page>
<page string="Schedule" id="pending_calls">
<field name="pending_calls" colspan="2"/>
</page>
</notebook>
</form>

View File

@@ -7,4 +7,5 @@ this repository contains the full copyright notices and license terms. -->
<field name="prospect_city" expand="1"/>
<field name="current_interest" expand="1"/>
<field name="calls" expand="1"/>
<field name="pending_calls" expand="1"/>
</tree>