Feat(Vista principal): Se crea vista principal
This commit is contained in:
13
view/call_form.xml
Normal file
13
view/call_form.xml
Normal 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
8
view/call_tree.xml
Normal 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>
|
||||
Reference in New Issue
Block a user