feat: Se crean vistas a agenda de llamadas pendientes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
10
view/pending_call_form.xml
Normal file
10
view/pending_call_form.xml
Normal 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>
|
||||
7
view/pending_call_tree.xml
Normal file
7
view/pending_call_tree.xml
Normal 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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user