feat: Se añade Tipo USB
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user