feat: Se agrega tercero relacionado a las vistas de mecanismo de contacto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Camilo Gonzalez 2023-08-09 13:59:25 -05:00
parent 4f0ea40253
commit 4d4bdca848
2 changed files with 8 additions and 0 deletions

View File

@ -10,4 +10,10 @@ this repository contains the full copyright notices and license terms. -->
<label name="prospect"/>
<field name="prospect"/>
<label name="name"/>
<field name="name"/>
<label name="position"/>
<field name="position"/>
</form>

View File

@ -5,4 +5,6 @@ this repository contains the full copyright notices and license terms. -->
<field name="contact_type" expand="1"/>
<field name="value" expand="1"/>
<field name="prospect" expand="1"/>
<field name="name" expand="1"/>
<field name="position" expand="1"/>
</tree>