23 lines
528 B
XML
23 lines
528 B
XML
<?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="tercero"/>
|
|
<field name="tercero"/>
|
|
<label name="contacto"/>
|
|
<field name="contacto"/>
|
|
<label name="referencia"/>
|
|
<field name="referencia"/>
|
|
<label name="fecha_entrada"/>
|
|
<field name="fecha_entrada"/>
|
|
<newline/>
|
|
<label name="descripcion"/>
|
|
<field name="descripcion"/>
|
|
<label name="estado"/>
|
|
<field name="estado"/>
|
|
|
|
|
|
</form>
|