odoo/addons/sale_crm
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
..
i18n Launchpad automatic translations update. 2013-11-25 06:01:11 +00:00
process [REM] remove role_ids field in process xml file. 2010-10-05 15:46:39 +05:30
report [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
security [FIX] sale: Give accees right to model_account_invoice_report 2011-12-20 11:42:01 +05:30
test [IMP]: crm*: Improved xml_id of demo cases so it can be generic 2012-07-30 15:53:52 +05:30
wizard [FIX] sale_crm: wizard crm_make_sale crash if partner_id not sent on the opp. 2013-12-04 14:36:33 +01:00
__init__.py [IMP] Add section_id in the invoice analysis report. 2012-11-21 15:49:09 +05:30
__openerp__.py [REF] sale: removed some chatter messages, replaced by a track on state and amount, and a _track with subtype. Moved link between salesteam and sale order into sale_crm. 2012-12-18 19:17:18 +01:00
sale_crm.py [FIX]sale_crm: add context to categ_ids for sale order object. Its dummy to set 'crm.lead' for object_name in context while the current object is a 'sale.order', but its less dummy to copy crm.lead tags to sale.order tags while using the convert to quotation wizard 2013-09-23 18:24:28 +02:00
sale_crm_data.xml [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community 2012-12-21 17:48:08 +01:00
sale_crm_view.xml [FIX] sale_crm: allow modifying the default sale's team on user preferences 2013-07-29 09:58:24 +02:00