Taller/view/recepcion_form.xml

26 lines
597 B
XML
Raw Normal View History

2023-07-25 14:17:46 -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="metodo_contacto"/>
<field name="metodo_contacto"/>
<label name="hora_entrada"/>
<field name="hora_entrada"/>
<label name="referencia"/>
<field name="referencia"/>
2023-07-26 02:14:44 -05:00
<newline />
<label name="descripcion"/>
<field name="descripcion"/>
<label name="state"/>
<field name="state"/>
2023-07-28 02:54:31 -05:00
<button name="registrado"/>
<button name="borrador"/>
2023-07-28 02:54:31 -05:00
2023-07-26 02:14:44 -05:00
2023-07-25 14:17:46 -05:00
</form>