odoo/addons/crm/wizard
Thibault Delavallée d7af813044 [MERGE] [FIX] crm: fixed lead to opportunity wizard customer creation policy (opw 596231).
When choosing to link to an existing customer, then changing the action to create
a new customer or to avoid linking, the newly created opportunity was linked
to the previously chosen customer, due to the partner_id field not being
reset and used in the conversion process.

This field is not reset when changing the conversion action, leading to the action
being correctly taken into account.

lp bug: https://launchpad.net/bugs/1208436 fixed

bzr revid: tde@openerp.com-20131129101706-ccsn5u60sw8isroy
2013-11-29 11:17:06 +01:00
..
__init__.py [IMP] remove dead code from crm_partner_to_opportunity and crm_phonecall_to_opportunity 2012-11-14 19:41:34 +01:00
crm_lead_to_opportunity.py [MERGE] [FIX] crm: fixed lead to opportunity wizard customer creation policy (opw 596231). 2013-11-29 11:17:06 +01:00
crm_lead_to_opportunity_view.xml [FIX] crm: While processing the 'Convert to Opportunity' wizard in leads view, if the system found matching partner from the information provided in lead and suggested that partner in the wizard, and later if we decided not to link the opportunity to existing partner but to create a new one, it never create one, but will link to the priorly suggested partner: (Maintenance Case : 596231) 2013-08-07 15:16:30 +05:30
crm_merge_opportunities.py [MERGE] merged trunk. 2012-12-10 12:16:54 +01:00
crm_merge_opportunities_view.xml [FIX]Convert to opportunity do not shown lead/opp with state done, remove invisible of user_id in views 2013-02-08 11:47:13 +01:00
crm_opportunity_to_phonecall.py [FIX]crm: several calls to _get_id for external id 'categ_phone2' which were not surrounded by try except ValueError 2013-11-14 10:57:21 +01:00
crm_opportunity_to_phonecall_view.xml [IMP] CRM: phonecall scheduling: opportunity description not in phonecall description anymore; move a field in form view to be more user friendly. 2013-03-07 17:28:51 +01:00
crm_partner_binding.py [FIX]Merge Lead/Opp on convert to opportunity 2013-02-04 18:51:06 +01:00
crm_phonecall_to_meeting.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
crm_phonecall_to_meeting_view.xml [IMP]Remove type field from the views 2012-08-08 17:49:50 +05:30
crm_phonecall_to_opportunity.py [IMP] _find_matching_partner() method 2012-12-06 17:05:53 +01:00
crm_phonecall_to_phonecall.py [FIX]crm: several calls to _get_id for external id 'categ_phone2' which were not surrounded by try except ValueError 2013-11-14 10:57:21 +01:00
crm_phonecall_to_phonecall_view.xml [MERGE] merged trunk. 2012-08-13 18:06:57 +02:00