crm.lead.form
crm.lead
Meetings
calendar.event
tree,form,calendar
{'default_duration': 4.0, 'default_opportunity_id': active_id}
crm.lead.tree.lead
crm.lead
10
crm.lead.kanban
crm.lead
crm.lead.calendar.lead
crm.lead
crm.lead.form.quick_create
crm.lead
1000
crm.lead.view.activity
crm.lead
crm.lead.kanban.lead
crm.lead
crm.lead.search.lead
crm.lead
Send email
mail.compose.message
form
new
form
Send email
mail.compose.message
form
new
list
crm.lead.tree.opportunity
crm.lead
1
crm.lead.list.activities
crm.lead
primary
20
activity_date_deadline_my
hide
hide
crm.lead.search.myactivities
crm.lead
crm.lead.view.graph
crm.lead
crm.lead.view.pivot
crm.lead
crm.lead.search.opportunity
crm.lead
15
Mark as lost
list
code
if record:
action_values = env.ref('crm.crm_lead_lost_action').sudo().read()[0]
action_values.update({'context': env.context})
action = action_values
Leads
crm.lead
tree,kanban,graph,pivot,calendar,form,activity
['|', ('type','=','lead'), ('type','=',False)]
{
'default_type':'lead',
'search_default_type': 'lead',
'search_default_to_process':1,
}
tree
kanban
calendar
pivot
graph
My Activities
crm.lead
tree,kanban,graph,pivot,calendar,form,activity
[('activity_ids','!=',False)]
{'default_type': 'opportunity',
'search_default_assigned_to_me': 1}
1
tree
Opportunities
crm.lead
kanban,tree,graph,pivot,form,calendar,activity
[('type','=','opportunity')]
{
'default_type': 'opportunity',
}
kanban
tree
graph
pivot
calendar
Crm: My Pipeline
code
action = model.action_your_pipeline()
Pipeline
crm.lead
kanban,tree,graph,pivot,form,calendar,activity
[('type','=','opportunity')]
{
'default_type': 'opportunity',
'search_default_assigned_to_me': 1
}
kanban
tree
calendar
pivot
graph