odoo/addons/sale_crm/wizard
Denis Ledoux c0c971b87a [FIX] sale_crm: wizard crm_make_sale crash if partner_id not sent on the opp.
Because defaults get function of partner_id of wizard read the partner_id of the opp and return the first item of the tuple, but if there isnt a partner on the opp, the read return a false for this field, not a tuple. 
No return the first item of the tuple if the partner_id is set, else False

bzr revid: dle@openerp.com-20131204133633-t7wfbnipv3jtss82
2013-12-04 14:36:33 +01:00
..
__init__.py [IMP] sale_crm: 2010-06-26 11:19:20 +05:30
crm_make_sale.py [FIX] sale_crm: wizard crm_make_sale crash if partner_id not sent on the opp. 2013-12-04 14:36:33 +01:00
crm_make_sale_view.xml [MERGE] merged view changes: the `type` is now a functional field derived from the arch. 2012-08-14 14:11:17 +02:00