Leads crm.lead tree,form ['|', ('type','=','lead'), ('type','=',False)] { 'search_default_section_id': [active_id], 'default_section_id': active_id, 'default_type': 'lead', 'stage_type': 'lead', }

Use leads if you need a qualification step before creating an opportunity or a customer. It can be a business card you received, a contact form filled in your website, or a file of unqualified prospects you import, etc.

Once qualified, the lead can be converted into a business opportunity and/or a new customer in your address book.

Opportunities crm.lead kanban,tree,graph,form,calendar [('type','=','opportunity')] { 'search_default_section_id': [active_id], 'default_section_id': active_id, 'stage_type': 'opportunity', 'default_type': 'opportunity', 'default_user_id': uid, }

Odoo helps you keep track of your sales pipeline to follow up potential sales and better forecast your future revenues.

You will be able to plan meetings and phone calls from opportunities, convert them into quotations, attach related documents, track all discussions, and much more.

Leads Analysis crm.lead.report {"search_default_month":1} graph [('type','=', 'lead'),('section_id', '=', active_id)] Leads Analysis allows you to check different CRM related information like the treatment delays or number of leads per state. You can sort out your leads analysis by different groups to get accurate grained analysis. Opportunities Analysis crm.opportunity.report graph [('type','=', 'opportunity'), ('section_id', '=', active_id)] Opportunities Analysis gives you an instant access to your opportunities with information such as the expected revenue, planned cost, missed deadlines or the number of interactions per opportunity. This report is mainly used by the sales manager in order to do the periodic review with the teams of the sales pipeline. crm.case.section.kanban crm.case.section
crm.case.section.form crm.case.section kanban tree form Cases by Sales Team crm.case.section [('parent_id','=',False)] tree