feat: Se añade Tipo Usb

This commit is contained in:
rodia
2023-12-22 07:53:16 -05:00
parent 548b38e2a4
commit 69e81993d4
3 changed files with 34 additions and 8 deletions

View File

@@ -4,12 +4,18 @@
<form>
<label name="name"/>
<field name="name"/>
<label name="ip_address"/>
<field name="ip_address"/>
<label name="api"/>
<field name="api"/>
<label name="zone"/>
<field name="zone"/>
<label name="shop"/>
<field name="shop"/>
<label name="zone"/>
<field name="zone"/>
<label name="type_"/>
<field name="type_"/>
<label name="ip_address"/>
<field name="ip_address"/>
<label name="idVendor"/>
<field name="idVendor"/>
<label name="idProduct"/>
<field name="idProduct"/>
</form>

View File

@@ -2,6 +2,7 @@
<!-- 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="name"/>
<field name="ip_address"/>
<field name="name"/>
<field name="type_"/>
<field name="ip_address"/>
</tree>