feat: Se agrega campo de departamento en vista de prospecto
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
d71f9ce6b2
commit
98ae18336e
@ -1,13 +1,26 @@
|
|||||||
<?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. -->
|
||||||
<form>
|
<form col="6">
|
||||||
|
<group col="4">
|
||||||
<label name="name"/>
|
<label name="name"/>
|
||||||
<field name="name"/>
|
<field name="name"/>
|
||||||
|
|
||||||
|
<newline/>
|
||||||
|
<label name="department"/>
|
||||||
|
<field name="department"/>
|
||||||
|
|
||||||
<label name="city"/>
|
<label name="city"/>
|
||||||
<field name="city"/>
|
<field name="city"/>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<notebook colspan="6">
|
||||||
|
<page string="Contact methods">
|
||||||
|
<newline/>
|
||||||
|
<field name="contact_methods" colspan="2"/>
|
||||||
|
<newline/>
|
||||||
|
<newline/>
|
||||||
|
</page>
|
||||||
|
</notebook>
|
||||||
|
|
||||||
<label name="contact_methods"/>
|
|
||||||
<field name="contact_methods"/>
|
|
||||||
</form>
|
</form>
|
@ -2,7 +2,8 @@
|
|||||||
<!-- 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>
|
||||||
<field name="name"/>
|
<field name="name" expand="1"/>
|
||||||
|
<field name="department"/>
|
||||||
<field name="city"/>
|
<field name="city"/>
|
||||||
<field name="contact_methods"/>
|
<field name="contact_methods"/>
|
||||||
</tree>
|
</tree>
|
Loading…
Reference in New Issue
Block a user