first commit

This commit is contained in:
root
2023-07-26 00:24:18 +00:00
commit 9d6fbd3bbc
30 changed files with 1356 additions and 0 deletions

16
view/recepcion_form.xml Normal file
View File

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

8
view/recepcion_tree.xml Normal file
View File

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