feat: Se añade Tipo USB

This commit is contained in:
2023-12-22 08:26:22 -05:00
parent 69e81993d4
commit f3367ebbe5
7 changed files with 38 additions and 21 deletions

View File

@@ -4,6 +4,8 @@
<form>
<label name="name"/>
<field name="name"/>
<label name="type_"/>
<field name="type_"/>
<label name="ip_address"/>
<field name="ip_address"/>
</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>

View File

@@ -3,6 +3,9 @@
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="name"/>
<field name="shop"/>
<field name="type_"/>
<field name="ip_address"/>
<field name="idVendor"/>
<field name="idProduct"/>
</tree>