Skip to content

Commit acb57fe

Browse files
justinmallettelarm-odooFelicious
committed
[ADD] VoIP: Sales Calls Workflow
Co-authored-by: larm-odoo <[email protected]> Co-authored-by: Felicia Kuan <[email protected]>
1 parent e1855fa commit acb57fe

File tree

3 files changed

+107
-0
lines changed

3 files changed

+107
-0
lines changed

content/applications/productivity/voip.rst

+15
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,20 @@ the :ref:`relevant troubleshooting steps <voip/voip_widget/troubleshooting_voip>
9797
Learn how to set up OnSIP in Odoo. This includes entering OnSIP credentials into Odoo and
9898
handling troubleshooting.
9999

100+
VoIP workflows
101+
==============
102+
103+
Here are a few commonly used workflows for Odoo |VOIP|. This technology is especially popular with
104+
sales teams, but can be useful for other teams as well.
105+
106+
.. cards::
107+
.. card:: Sales teams and VoIP
108+
:target: voip/sales_calls
109+
:large:
110+
111+
Learn how to use VoIP for a sales team. This includes making sales calls, handling follow-ups,
112+
and sending a sales quotation while on a call.
113+
100114
.. toctree::
101115
:titlesonly:
102116

@@ -105,3 +119,4 @@ the :ref:`relevant troubleshooting steps <voip/voip_widget/troubleshooting_voip>
105119
voip/voip_widget
106120
voip/devices_integrations
107121
voip/transfer_forward
122+
voip/sales_calls
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
=====================
2+
Sales calls with VoIP
3+
=====================
4+
5+
.. |VOIP| replace:: :abbr:`VoIP (Voice over Internet Protocol)`
6+
7+
Using |VOIP| increases call efficiency, reduces costs, and allows a salesperson to access the Odoo
8+
database while on a call. Instead of relying on a separate phone for sales calls, a salesperson can
9+
make calls directly from the Odoo database.
10+
11+
This article goes over setting up Odoo |VOIP| for a sales team that already has |VOIP| configured.
12+
If |VOIP| is **not** configured, refer to the :doc:`set up VoIP <../voip>` documentation to set up
13+
|VOIP|.
14+
15+
.. example::
16+
`Odoo Tutorial: [Sales calls with VoIP]
17+
<https://www.odoo.com/slides/slide/sales-calls-with-voip-4562>`_
18+
19+
Make a sales call
20+
=================
21+
22+
This workflow begins in the **CRM** app. As a salesperson, click into a sales opportunity. If it
23+
does not already have a call activity scheduled, click :guilabel:`Activities` in the opportunity's
24+
chatter, then set the activity's :guilabel:`Activity Type` to :guilabel:`Call`, and then fill out
25+
the rest of the activity form, and finally click :guilabel:`Schedule`.
26+
27+
From here, there are three ways to begin a phone call with the customer:
28+
29+
- Hover over the :guilabel:`Phone` field in the opportunity form, then click :icon:`fa-phone`
30+
:guilabel:`Call`.
31+
- In the opportunity's chatter, click the customer's phone number.
32+
- In the upper-right corner, click the :icon:`oi-voip` :guilabel:`(VoIP)` icon to open the |VOIP|
33+
widget. From the :guilabel:`Next Activities` tab, select the call, and finally click the
34+
:icon:`fa-phone` :guilabel:`(phone)` icon near the bottom of the widget.
35+
36+
Work during a call
37+
------------------
38+
39+
Once the call with the customer begins, the salesperson can still move about the Odoo database.
40+
Also, there are shortcut icons in the |VOIP| widget that the salesperson can use to access common
41+
actions, like sending an email to the customer, or pulling up their profile. Learn more about
42+
:doc:`the documents a salesperson can access <voip_widget>` during a call.
43+
44+
The salesperson can also take some actions during the call:
45+
46+
- :icon:`fa-arrows-h` :guilabel:`(transfer)`: Transfer a call to another team member.
47+
- :icon:`fa-microphone` :guilabel:`(microphone)`: The salesperson can mute themselves during a call.
48+
- :icon:`fa-pause` :guilabel:`(pause)`: Place the caller on hold.
49+
50+
.. image:: use_case_sales/voip-widget-call.png
51+
:alt: The VoIP widget opened to a call, showing the shortcut icons a salesperson has access to.
52+
53+
Handle call follow-ups
54+
----------------------
55+
56+
The |VOIP| widget can handle some common follow-up tasks, but salespeople can still navigate Odoo
57+
for tasks not available in the widget.
58+
59+
Here are some of the common follow-up tasks that can be managed from the |VOIP| widget:
60+
61+
- Send a follow-up email sharing new product offerings to the customer using the :icon:`fa-envelope`
62+
:guilabel:`(envelope)` icon.
63+
- Update the customer's mailing address by clicking on the :icon:`fa-user` :guilabel:`(user)` icon,
64+
which opens their profile.
65+
- Schedule a second call with the customer by clicking the :icon:`fa-clock` :guilabel:`(clock)`
66+
icon, setting the :guilabel:`Activity Type` field to :guilabel:`Call`, and then filling out the
67+
rest of the form.
68+
69+
Send a quotation while on a call
70+
--------------------------------
71+
72+
If the customer is ready to see a sales quotation while on the call, the salesperson can send that
73+
quotation without leaving the call.
74+
75+
To send a quotation while on a call, the salesperson should be in the sales opportunity they
76+
initiated the call from. From here, they will :doc:`send the quotation as they normally would
77+
<../../sales/sales/sales_quotations/create_quotations>`.
78+
79+
An added benefit of being on the call with the customer while the salesperson is sending the
80+
quotation is that any specific questions are answered in real-time.
81+
82+
End the sales call
83+
------------------
84+
85+
When it is time to end the call, the salesperson clicks the red :icon:`fa-phone` :guilabel:`(phone)`
86+
icon in the lower-right corner of the |VOIP| widget. When they do, the call is logged in the
87+
opportunity's chatter.
88+
89+
If they have not done so already, the salesperson then marks the phone call activity as done. To do
90+
so, navigate to the opportunity's chatter and find the :guilabel:`Planned Activities` section, then
91+
click :icon:`fa-check` :guilabel:`Mark Done` on the planned call to remove it from the
92+
:guilabel:`Next Activities` tab in the |VOIP| widget.
Loading

0 commit comments

Comments
 (0)