Feat(Vista principal): Se crea vista principal

This commit is contained in:
2023-07-30 00:55:44 +00:00
parent 4c6db3959f
commit 5bcfc87c37
4 changed files with 89 additions and 0 deletions

13
view/call_form.xml Normal file
View File

@@ -0,0 +1,13 @@
<?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_tracker"/>
<field name="prospect_tracker"/>
<label name="description"/>
<field name="description"/>
</form>

8
view/call_tree.xml Normal file
View File

@@ -0,0 +1,8 @@
<?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="description"/>
<field name="prospect_tracker"/>
</tree>