feat(vista de prospectos): Se crea vista de prospectos

This commit is contained in:
2023-07-30 01:55:56 +00:00
parent 4d8c520bb0
commit 60e0096c06
6 changed files with 68 additions and 3 deletions

13
view/prospect_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="name"/>
<field name="name"/>
<label name="city"/>
<field name="city"/>
<label name="contact_methods"/>
<field name="contact_methods"/>
</form>

8
view/prospect_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="name"/>
<field name="city"/>
<field name="contact_methods"/>
</tree>