openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #08610
[Bug 947840] [NEW] Field "password" does not appear in webmail module
You have been subscribed to a public bug:
I installed the "trunk" version of the webmail module
(http://www.openerp.com/download/modules/trunk/webmail.zip) under
OpenERP 6.1.
When I try to configure the server (Webmail -> Configuration -> Server)
the "password" field does not appear. See attached file for a screen
capture of the view.
Yet, the code for the view clearly indicates it should appear after the "User name" field:
====
<?xml version="1.0"?>
<form string="Server Configuration">
<field name="name" colspan="2"/>
<newline/>
<field name="user_name"/>
<field name="password" password="True"/>
<separator string="Incoming Server Setting" colspan="4"/>
<group col="4" colspan="4">
<field name="iserver_name"/>
<field name="iserver_type"/>
<field name="iconn_type"/>
<field name="iconn_port"/>
</group>
<separator string="Outgoing Server Setting" colspan="4"/>
<field name="oserver_name"/>
<field name="oconn_type"/>
<field name="oconn_port"/>
<newline/>
<separator colspan="4"/>
<group colspan="2" col="2">
<button string="Test Connection" name="test_connection" type="object"/>
</group>
</form>
====
When I enter values for all other fields and click on "Test connection",
of course, I get a warning telling me that the password is invalid.
I could not find the "password" property in the documentation of OpenERP v6 so I tried to modify the views referring to the "password" field (i.e. webmail.server.form and webmail.server.tree) and remove that property, thus having a simple text field:
====
<field name="password"/>
====
After saving the changes in both views and reloading the server
configuration page, the behaviour is unchanged: the field still does not
appear.
Simon E.B. THIERRY
CTO, Hodoo SAS
** Affects: openobject-addons
Importance: Undecided
Status: New
--
Field "password" does not appear in webmail module
https://bugs.launchpad.net/bugs/947840
You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons.