feat: Se agrega reporte de tareas pendientes, #71
This commit is contained in:
12
view/pending_task_form.xml
Normal file
12
view/pending_task_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
<group col="6" id="content">
|
||||
<label name="prospect_trace"/>
|
||||
<field name="prospect_trace"/>
|
||||
<newline/>
|
||||
<label name="description"/>
|
||||
<field name="description"/>
|
||||
</group>
|
||||
</form>
|
||||
7
view/pending_task_tree.xml
Normal file
7
view/pending_task_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="prospect_trace" expand="1"/>
|
||||
<field name="description" expand="1"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user