taller/view/recepcion_form.xml

24 lines
582 B
XML
Raw Permalink Normal View History

2023-07-25 19:24:18 -05:00
<?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"/>
2023-07-26 07:15:07 -05:00
<newline/>
<label name="descripcion"/>
<field name="descripcion"/>
2023-08-14 18:11:03 -05:00
<label name="state"/>
<field name="state"/>
<button name="registrado"/>
<button name="borrador"/>
2023-07-25 19:24:18 -05:00
</form>