openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #20867
[Bug 1096007] [NEW] Phone Calls and Actions window actions on crm.lead are missing in version 7
Public bug reported:
create an opportunity (crm.lead) and use the Schedule/Log call button to create some calls relating to that opportunity
It is hard to find those opportunities as the phone calls action that was there in previous versions is not present in version 7.
It is possible to add the action by creating a window action and action binding to open crm.phonecall objects with a domain value of
[('opportunity_id', '=', [active_id])]
same for the Actions window action that was present on crm.lead
** Affects: openobject-addons
Importance: Undecided
Status: New
** Summary changed:
- Phone Calls window action on crm.lead is missing in version 7
+ Phone Calls and Actions window actions on crm.lead are missing in version 7
** Description changed:
create an opportunity (crm.lead) and use the Schedule/Log call button to create some calls relating to that opportunity
It is hard to find those opportunities as the phone calls action that was there in previous versions is not present in version 7.
It is possible to add the action by creating a window action and action binding to open crm.phonecall objects with a domain value of
- [('opportunity_id', '=', [active_id])]
+ [('opportunity_id', '=', [active_id])]
+
+ same for the Actions window action that was present on crm.lead
--
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/1096007
Title:
Phone Calls and Actions window actions on crm.lead are missing in
version 7
Status in OpenERP Addons (modules):
New
Bug description:
create an opportunity (crm.lead) and use the Schedule/Log call button to create some calls relating to that opportunity
It is hard to find those opportunities as the phone calls action that was there in previous versions is not present in version 7.
It is possible to add the action by creating a window action and action binding to open crm.phonecall objects with a domain value of
[('opportunity_id', '=', [active_id])]
same for the Actions window action that was present on crm.lead
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1096007/+subscriptions
Follow ups
References