- profile the customers, analyze their interest or actions
- show the progress of each deal or opportunity
- manage seals teams
- automate activities
- lead management:
- lead generation
- lead enrichment, if u have one information about the customer and you want to get the rest. Ex: by knowing the email, the system can get the name, phone... etc.
- lead mining
- important information about the customer
- how the business will evaluate the customer priority.
- nature of my pipeline, steps, or steps
- structure of sales team
- based on what they spited
- Activity and their order.
- like Call, Create Quote.. etc.
- how the business get its customers (for lead management)
- Ex: tack IP address of a visitor for the business website
following this playlist
- salespersons management
- create and group leads
- moving leads to opportunities
- Opportunities management
- Schedule an activity from the pipeline by clicking on the "clock icon"
- color in the pipeline, means status of activities assigned each opp. and they can be grouped by it.
- Sales Team
- Rather than just wining, it can send a Quotation
- 'NEW RENTAL' option, it require Rental model
- Quotation, require Sales model
- Rather than just wining, it can send a Quotation
- lost opp. management
- Commission plane
- gives a discount based on customer partner level
- install the model, resellers commission for..
- set the commission plan
- set the partner levels, link it with commission plan
- In the customer profile set the customer partner level
- continue the process of selling, the tex will be added on the discount and the purchase model used in this process!
- gives a discount based on customer partner level
- Activity management
- lead Generation
- pipeline customization
- lead mining
- Tags management, custom group by, show them in the forecast report
- forecast report (different views of report)
- lead enrichment
- pipeline report
- in table view after setting it to fit the need it can be inserted in a spreadsheet
- Assignment of opportunities for a salesperson based on a rule exist in the sales team
- require an activation form the setting
- it can be skipped form in the sales team profile
- summary all
- using spreadsheet
- install model Spreadsheet
- can be accessed via Document
- add a sales person, will require to add a user
- access the DB via incognito browser
- test it assign some opp. to the new user
- any opp that is not assigned to anyone is shown for the admin by default
- the assigning from who to whom is saved in chatter
I am trying to set a use case for the sales team, I have to..
- set employee structure, this link was useful.
- each team see its own opp.
- test the employee roles of on some leads
knowing the components will help to set the access right for each group
- leads (see wt u own, or all)
- customers (all can see, create, edit)
- acclivities
- all can assign to any
- only administration can create a newly activity type
- Reports, based on what u see in the pipeline
- losing reasons (all can see, create, edit)
- tags (all can see, create, edit)
- members-employees, only officer can edit
- pipeline structure, only administration
- understand the pipeline/company work
- let the follower see access the lead(50%)
- let only manager can crate a Quotation(90%)
- send email to the new follower
- they can see the button and fill the data but they can not crete a quotation
['|',('team_id','=',False),('team_id', 'in', [user.team_id.id])]
['&', ('user_id','=',user.id), ('section_id.member_ids', 'in', [user.team_id])]
['&', ('user_id','=',user.id), ('section_id.member_ids', 'in', [(user.team_id.crm_team_member_ids[1])])]- quotation duration to send to client
- lead time
- set some activities for the scenario and testing them
- manager can not assign an activity to an employee that is not have an access to that lead
- followers can not see the sheared lead:
- manager cant invite employees
- employee cant invite employee
- employee can invite the manager
- edit the access right of leads(Failed)
- ask the community
I am new to odoo, and I am using the online version of odoo, which i think it is v15 enterprise (15 free trial).
I am using only the CRM model. For my case, I have a manger with an "all documents" access rights and an employee with "only own documents".
What I expected, Adding the employee to the follower list and sending an email, as a manager, to the employee. From the email, the employee can access the lead with the specified access rights, that can be edited from the UI.
There are three cases:
- lead owned by the manger, follower is an employee (not working as expected)
- lead owned by an employee, follower is an other employee (not working as expected)
- lead owned by an employee, follower is the manager(Working as expected)
The problem is that, the email that the employee reserves does not send him to the shared lead, it sends him to the discussion dashboard.
So, I am trying to edit the access right of the Lead/Opportunity model to allow the follower to see leads they follow. In the Personal Leads record role, I edited it to..
['|',('message_follower_ids','in',[user.id]),('user_id','in',(False,user.id))]
and it is not working.
- followers can not see the sheared lead: (the company will take as it is)
- manager cant invite employees (not that important)
- employee cant invite employee (might effect if the team leader need to see others work)
- employee can invite the manager (anyway he can see all leads :))
- finish the odoo tutorial 1 course
- dev videos 24->34
- send the quotation to the customer
we can send the lead to the customer with some attached documents, we can edit the email and the sender from the email template
solution for followers can not see the followed leads,
['|',('message_is_follower','=',1),('user_id','in',(False,user.id))]
solution for leader only see the team members leads, here with changing the record role to
['&', ('team_id.user_id','=',user.id), ('team_id.member_ids', 'in', [user.id])] or
['|','|','|',('user_id','=',user.id),('user_id','=',False),('team_id.member_ids','in', [user.id]),('team_id.user_id','=',user.id)]
NOTICE: creating a new Sales team via the Configuration>Sales Team does not have any affect on the database, so create the team via Kanban view.
Using Kanban view:
- Group the leads by Sales Team
- add a filed with the new Sales team name (create the Team)
- move the opportunity of a salesperson to the needed team (adding the salesperson to the team)