[Fix] Remove the conflicts

bzr revid: dbr@tinyerp.com-20110921105434-gwdgjlww3plvuvoy
This commit is contained in:
DBR (OpenERP) 2011-09-21 16:24:34 +05:30
parent 6d7fe80f9a
commit d6570bad4e
1 changed files with 0 additions and 20 deletions

View File

@ -145,26 +145,6 @@
self.action_add(cr, uid, [ref("crm_add_note0")],context)
except:
pass
-
I create send mail report.
-
!record {model: crm.send.mail, id: crm_send_mail0}:
{}
-
I close lead by click on "close" button.
-
!python {model: crm.send.mail}: |
fields = {
'email_to': 'info@axelor.com',
'email_from': 'Administrator <admin@openerp.com>',
'subject': 'latest',
'body': 'test',
'reply_to': 'sales_openerp@openerp.com',
'state': 'draft'
}
self.default_get(cr, uid, fields, {'active_ids':[ref('crm_lead_newcustomer0')],'active_id':ref('crm_lead_newcustomer0'),'active_model':'crm.lead'})
#self.action_mass_send(cr, uid, [ref('crm_send_mail0')], {'active_ids':[ref('crm_send_mail0')],'active_id':ref('crm_send_mail0')})
self.get_reply_defaults(cr, uid, fields, {'active_ids':[ref('crm_send_mail0')],'active_id':ref('crm_send_mail0')})
-
I close lead by click on "close" button.
-