← Back to team overview

openerp-india team mailing list archive

[Bug 1047258] [NEW] Project issue - Bad email_cc widget in form view

 

Public bug reported:

Hi!

In 6.0.4 version.

When you put an email in email_cc project issue form, it is correct like
an url with http. Example: http://myexample@xxxxxxxxxx

For patch this bug, you have to modifiy project_issue_view.xml file like this:
98c98
<                             <field colspan="4" name="email_cc" string="Global CC" widget="url"/>
---
>                             <field colspan="4" name="email_cc" string="Global CC" widget="email"/>

** Affects: openobject-addons
     Importance: Undecided
         Status: New

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

Title:
  Project issue - Bad email_cc widget in form view

Status in OpenERP Addons (modules):
  New

Bug description:
  Hi!

  In 6.0.4 version.

  When you put an email in email_cc project issue form, it is correct
  like an url with http. Example: http://myexample@xxxxxxxxxx

  For patch this bug, you have to modifiy project_issue_view.xml file like this:
  98c98
  <                             <field colspan="4" name="email_cc" string="Global CC" widget="url"/>
  ---
  >                             <field colspan="4" name="email_cc" string="Global CC" widget="email"/>

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


Follow ups

References