fix: Poder editar mecanismo de contacto desde el tree closed #29
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
sinergia 2023-08-13 17:27:57 -05:00
parent 48a75b3399
commit 29a20afbfa
2 changed files with 4 additions and 9 deletions

View File

@ -4,16 +4,11 @@ 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"/>
<label name="name"/>
<field name="name"/>
<label name="job"/>
<field name="job"/>
</form>
<field name="prospect" invisible="1"/>
</form>

View File

@ -1,10 +1,10 @@
<?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>
<tree editable="1">
<field name="contact_type" expand="1"/>
<field name="value" expand="1"/>
<field name="prospect" expand="1"/>
<field name="name" expand="1"/>
<field name="job" expand="1"/>
</tree>
</tree>