Hello Jan,
I am using tryton 3.0.0 but I get this message when I try to install the
module:
[Mon Dec 01 15:23:00 2014] ERROR:ir:Invalid xml view:
<string>:6:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute
widget for element field
<?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 string="Bank">
<label name="pin"/>
<field name="pin" widget="password"/>
</form>
[Mon Dec 01 15:23:00 2014] ERROR:convert:Error while parsing xml file:
In tag record: model ir.ui.view with id ask_pin_view.
/usr/local/lib/python2.7/dist-packages/trytond/model/modelstorage.py:1385:
DeprecationWarning: With-statements now directly support multiple context
managers
Transaction().set_context(self._context)):