first commit

This commit is contained in:
root
2023-07-25 19:17:46 +00:00
commit adf7f5b9b5
30 changed files with 1380 additions and 0 deletions

17
view/recepcion_form.xml Normal file
View File

@@ -0,0 +1,17 @@
<?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"/>
</form>

12
view/recepcion_tree.xml Normal file
View File

@@ -0,0 +1,12 @@
<?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. -->
<tree>
<!--
<field name="tercero"/>
<field name="hora_entrada"/>
-->
</tree>