openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15321
[Bug 1047258] Re: Project issue - Bad email_cc widget in form view
** Patch added: "Patch email_cc in project_issue form view"
https://bugs.launchpad.net/bugs/1047258/+attachment/3297852/+files/project_issue_view.xml
--
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
References