← Back to team overview

openerp-india team mailing list archive

[Bug 947840] Re: Field "password" does not appear in webmail module

 

Hello Hodoo Sas,

"webmail" is part of the extra-addons, which are maintained by  the
community, including all the modules created by "OpenERP" or  "Tiny", as
none of these are actively developed by our teams anymore.

So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment...

If you require further assistance with any trouble while updating the
module, do not hesitate to ask here or via a question:

https://answers.launchpad.net/openobject-addons

I hope you understand, and perhaps this explanation will be helpful to you if you start fixing this
extra-addon...

Thank you..!


** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/947840

Title:
  Field "password" does not appear in webmail module

Status in OpenERP Addons (modules):
  Won't Fix

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/947840/+subscriptions