Taller/view/recepcion_form.xml
2023-07-28 07:54:31 +00:00

24 lines
571 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="metodo_contacto"/>
<field name="metodo_contacto"/>
<label name="hora_entrada"/>
<field name="hora_entrada"/>
<label name="referencia"/>
<field name="referencia"/>
<newline />
<label name="descripcion"/>
<field name="descripcion"/>
<label name="estado"/>
<field name="estado"/>
<button name="registrado"/>
</form>