Hello Simon,

I modified the mentioned line in this way:

====
      <field name="password" password="True" invisible="0"/>
====

Then the password field has appeared on form.


Kind regards,

Joerg

-- 
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

_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp

Reply via email to