El viernes, 29 de junio de 2012 22:06:57 UTC-6, Jorge Rodríguez escribió:
>
> Recientemente he instalado varios módulos en Tryton y recibo el
> siguiente mensaje:
>
> "Invalid XML for view"
>
> Les agradecería si me ayudan explicándome qué significa y cómo puedo
> corregirlo (En caso de que haya que hacerlo)?
> _____________________________________________________________
>
Gracias por su ayuda:
Inicie Tryton desde la terminal (Consola de Ubuntu-Gnome), y muestra el
siguiente error:
ERROR:ir:Invalid xml view:
<string>:2:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute
select for element field
<string>:3:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute
select for element field
<string>:4:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute
select for element field
<string>:6:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute
select for element field
<string>:7:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute
select for element field
<tree string="Order Points">
<field name="product" select="1"/>
<field name="location" select="1"/>
<field name="type" select="1"/>
<field name="company"/>
<field name="min_quantity" select="2"/>
<field name="max_quantity" select="2"/>
<field name="unit"/>
</tree>
ERROR:convert:Error while parsing xml file:
In tag record: model ir.ui.view with id order_point_view_tree.
Según trato de enteder, parece que para evitar el error ya deberían haberse
definido productos,localización,tipo,compañia, cantidad minima y max y
unidad en el sistema antes de instalar el módulo, ... será que estoy
interpretando correctamente el mensaje que aparece en la consola ?
--
[email protected] mailing list