feat(vista contact_method): Se crea la vista de contact method

This commit is contained in:
2023-07-30 21:22:10 +00:00
parent 2f4c47cafb
commit e48a8c2124
3 changed files with 49 additions and 0 deletions

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="contact_type"/>
<field name="contact_type"/>
<label name="value"/>
<field name="value"/>
<label name="prospect"/>
<field name="prospect"/>
</form>

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="contact_type"/>
<field name="value"/>
<field name="prospect"/>
</tree>