fix: Poder editar mecanismo de contacto desde el tree closed #29
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
48a75b3399
commit
29a20afbfa
@ -4,16 +4,11 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<form>
|
<form>
|
||||||
<label name="contact_type"/>
|
<label name="contact_type"/>
|
||||||
<field name="contact_type"/>
|
<field name="contact_type"/>
|
||||||
|
|
||||||
<label name="value"/>
|
<label name="value"/>
|
||||||
<field name="value"/>
|
<field name="value"/>
|
||||||
|
|
||||||
<label name="prospect"/>
|
|
||||||
<field name="prospect"/>
|
|
||||||
|
|
||||||
<label name="name"/>
|
<label name="name"/>
|
||||||
<field name="name"/>
|
<field name="name"/>
|
||||||
|
|
||||||
<label name="job"/>
|
<label name="job"/>
|
||||||
<field name="job"/>
|
<field name="job"/>
|
||||||
</form>
|
<field name="prospect" invisible="1"/>
|
||||||
|
</form>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tree>
|
<tree editable="1">
|
||||||
<field name="contact_type" expand="1"/>
|
<field name="contact_type" expand="1"/>
|
||||||
<field name="value" expand="1"/>
|
<field name="value" expand="1"/>
|
||||||
<field name="prospect" expand="1"/>
|
<field name="prospect" expand="1"/>
|
||||||
<field name="name" expand="1"/>
|
<field name="name" expand="1"/>
|
||||||
<field name="job" expand="1"/>
|
<field name="job" expand="1"/>
|
||||||
</tree>
|
</tree>
|
||||||
|
Loading…
Reference in New Issue
Block a user