|
1 | | -==================================== |
2 | | -Get Organized by Planning Activities |
3 | | -==================================== |
| 1 | +========== |
| 2 | +Activities |
| 3 | +========== |
4 | 4 |
|
5 | | -When you plan activities you minimize the risk of uncertainties, as you provide clear directions |
6 | | -for the course of your next action. In addition to that, you do not leave space for wasteful |
7 | | -activities and reduce the chance of having overlapping actions between team members. |
| 5 | +*Activities* are follow-up tasks tied to a record in an Odoo database. Activities can be scheduled |
| 6 | +on any page of the database that contains a chatter thread. |
8 | 7 |
|
9 | | -Where do I see my schedule activities? |
10 | | -====================================== |
| 8 | +Schedule activities |
| 9 | +=================== |
11 | 10 |
|
12 | | -Access and manage your activities wherever you are in Odoo by the *Activities* menu. |
| 11 | +Activities are created on a record through the *chatter*. To create an activity on a *CRM* lead, go |
| 12 | +to the :menuselection:`Pipeline` and click on a :guilabel:`lead`. |
13 | 13 |
|
14 | | -.. image:: plan_activities/activities_menu.png |
| 14 | +Above the chatter, click :guilabel:`Schedule activity`. On the popup window, select an |
| 15 | +:guilabel:`Activity Type` from the drop down. |
| 16 | + |
| 17 | +.. note:: |
| 18 | + The :guilabel:`Due Date` will auto-populate based on the configuration settings for the selected |
| 19 | + activity type. This date can be changed by selecting a day on the calendar in the :guilabel:`Due |
| 20 | + Date` field. |
| 21 | + |
| 22 | +Enter a title for the activity in the :guilabel:`Summary` field. To assign the activity to a |
| 23 | +different user, select their name from the :guilabel:`Assigned to` drop-down. Otherwise, the user |
| 24 | +creating the activity will be automatically assigned. Add any additional information in the |
| 25 | +:guilabel:`Log a note...` field. |
| 26 | + |
| 27 | +Click :guilabel:`Schedule`. |
| 28 | + |
| 29 | +.. image:: plan_activities/schedule-pop-up.png |
15 | 30 | :align: center |
16 | | - :height: 300 |
17 | | - :alt: View of crm leads page emphasizing the activities menu for Odoo Discuss |
| 31 | + :alt: View of CRM leads and the option to schedule an activity. |
18 | 32 |
|
19 | | -Plan activities |
20 | | -=============== |
| 33 | +.. note:: |
| 34 | + Depending on the activity type, the :guilabel:`Schedule` button may be replaced by a |
| 35 | + :guilabel:`Save` button. |
21 | 36 |
|
22 | | -Activities can be planned and managed from the chatter by clicking on *Schedule activity*, |
23 | | -or through Kanban views. |
| 37 | +Scheduled activities are added to the chatter for the record under :guilabel:`Planned activities`. |
24 | 38 |
|
25 | | -.. image:: plan_activities/schedule_activity.png |
| 39 | +.. image:: plan_activities/chatter-activities.png |
26 | 40 | :align: center |
27 | | - :height: 300 |
28 | | - :alt: View of crm leads and the option to schedule an activity for Odoo Discuss |
| 41 | + :alt: View of CRM leads and the option to schedule an activity. |
| 42 | + |
| 43 | +Activities can also be scheduled from the kanban, list, or activities view of an application. |
| 44 | + |
| 45 | +.. tabs:: |
| 46 | + |
| 47 | + .. tab:: Kanban view |
| 48 | + |
| 49 | + Select a record on which to schedule an activity. Click on the :guilabel:`🕘 (clock)` icon, |
| 50 | + then :guilabel:`Schedule An Activity`. |
| 51 | + |
| 52 | + .. image:: plan_activities/schedule-kanban-activity.png |
| 53 | + :align: center |
| 54 | + :alt: Kanban view of the CRM pipeline and the option to schedule an activity. |
| 55 | + |
| 56 | + .. tab:: List view |
| 57 | + |
| 58 | + Select a record on which to schedule an activity. Click on the :guilabel:`🕘 (clock)` icon, |
| 59 | + then :guilabel:`Schedule An Activity`. If the record already has an activity scheduled, the |
| 60 | + clock icon may be replaced by a :guilabel:`📞 (phone)` or an :guilabel:`✉️ (envelope)` icon. |
| 61 | + |
| 62 | + .. image:: plan_activities/schedule-list-activity.png |
| 63 | + :align: center |
| 64 | + :alt: List view of the CRM pipeline and the option to schedule an activity. |
| 65 | + |
| 66 | + .. tab:: Activity view |
| 67 | + |
| 68 | + Select a record on which to schedule an activity. Move across the row to find the desired |
| 69 | + activity type, then click the :guilabel:`+ (plus sign)`. |
| 70 | + |
| 71 | + .. image:: plan_activities/schedule-activity-view.png |
| 72 | + :align: center |
| 73 | + :alt: Activity view of the CRM pipeline and the option to schedule an activity. |
| 74 | + |
| 75 | +View scheduled activities |
| 76 | +========================= |
| 77 | + |
| 78 | +To view scheduled activities, click the :guilabel:`🕘 (clock)` icon on the menu bar. Doing so opens |
| 79 | +the :guilabel:`Activities menu`. Activities are separated out by the application where they were |
| 80 | +created, and by deadline. Select an icon to see the activities for that specific application. |
| 81 | + |
| 82 | +.. image:: plan_activities/activities-menu.png |
| 83 | + :align: center |
| 84 | + :alt: View of CRM leads page emphasizing the activities menu. |
| 85 | + |
| 86 | +This opens the :guilabel:`My Activities` list. Click on the icon in the :guilabel:`Next Activity` |
| 87 | +column to view details on the scheduled activity, or to schedule an additional activity. To delay |
| 88 | +the current activity's deadline by a week, click :guilabel:`Snooze 7d`. |
| 89 | + |
| 90 | +.. image:: plan_activities/my-activities-list.png |
| 91 | + :align: center |
| 92 | + :alt: View of CRM leads page emphasizing the activities menu. |
| 93 | + |
| 94 | +To filter the list by overdue activities, use the :guilabel:`Filters` dropdown below the search bar. |
29 | 95 |
|
30 | | -Set your activity types |
31 | | ------------------------ |
| 96 | +Configure activity types |
| 97 | +======================== |
32 | 98 |
|
33 | | -A number of activities types are available by default in Odoo (call, email, meeting, etc.). However, |
34 | | -you can set new ones going to :menuselection:`Settings --> Activity types`. |
| 99 | +To configure the types of activities in the database, go to :menuselection:`Settings application --> |
| 100 | +Activity Types`. |
35 | 101 |
|
36 | | -.. image:: plan_activities/settings_activities_types.png |
| 102 | +.. image:: plan_activities/settings-activities-types.png |
37 | 103 | :align: center |
38 | | - :height: 300 |
39 | | - :alt: View of the settings page emphasizing the menu activity types for Odoo Discuss |
| 104 | + :alt: View of the settings page emphasizing the menu activity types. |
40 | 105 |
|
41 | 106 | .. tip:: |
42 | | - If you need to create an activity type with an available calendar, make sure to create |
43 | | - it with an *Action to Perform* set as *Meeting*. |
| 107 | + Individual applications will have a list of the *Activity Types* for that application. For |
| 108 | + example, to view and edit the activities available for the *CRM* application, go to |
| 109 | + :menuselection:`CRM --> Configuration --> Activity Types`. |
44 | 110 |
|
45 | | -Recommend next activities |
46 | | -------------------------- |
| 111 | +To edit an existing activity type, select it from the list, then click :guilabel:`Edit`. To create a |
| 112 | +new activity type, click :guilabel:`Create`. |
47 | 113 |
|
48 | | -Odoo helps you to plan a flow of activities by allowing you to set *Recommended Next Activities*. |
| 114 | +Choose a :guilabel:`Name` for the new activity type. |
49 | 115 |
|
50 | | -.. image:: plan_activities/recommended_activities.png |
| 116 | +.. image:: plan_activities/new-activity-type.png |
51 | 117 | :align: center |
52 | | - :alt: View of an activity type form emphasizing the field recommended next activities for Odoo |
53 | | - Discuss |
| 118 | + :alt: New activity type form. |
54 | 119 |
|
55 | | -Once the respective activity is completed, select *Done & Schedule Next* and next steps are |
56 | | -suggested to you. |
| 120 | +Activity Settings |
| 121 | +----------------- |
57 | 122 |
|
58 | | -.. image:: plan_activities/schedule_recommended_activity.png |
| 123 | +To automatically assign this activity to a specific user when this activity type is scheduled, |
| 124 | +choose a name from the :guilabel:`Default User` drop-down. If this field is left blank, the activity |
| 125 | +will be assigned to the user who creates the activity. |
| 126 | + |
| 127 | +To include any notes every time this activity type is created, enter them into the |
| 128 | +:guilabel:`Default Summary` field. |
| 129 | + |
| 130 | +.. note:: |
| 131 | + The information in the :guilabel:`Default User` and :guilabel:`Default Summary` fields will be |
| 132 | + included when an activity is created. However, they can be altered before the activity is |
| 133 | + scheduled or saved. |
| 134 | + |
| 135 | +Action |
| 136 | +~~~~~~ |
| 137 | + |
| 138 | +*Actions* specify the intent of the activity. Some actions trigger specific behavior after an |
| 139 | +activity is scheduled. |
| 140 | + |
| 141 | +- If either **Phonecall** or **Meeting** are selected, users will have the option to open their |
| 142 | + calendar to schedule a time for this activity. |
| 143 | +- If **Upload Document** is selected, a link to upload a document will be added directly to the |
| 144 | + planned activity in the chatter. |
| 145 | +- If **Request Signature** is selected, a link will be added to the planned activity in the chatter |
| 146 | + that will open a signature request pop-up. |
| 147 | + |
| 148 | +.. note:: |
| 149 | + The actions available to select on an activity type will vary depending on the applications that |
| 150 | + are currently installed in the database. |
| 151 | + |
| 152 | +Next Activity |
| 153 | +------------- |
| 154 | + |
| 155 | +To automatically suggest or trigger a new activity after an activity has been marked complete, the |
| 156 | +*Chaining Type* must be set. |
| 157 | + |
| 158 | +Suggest Next Activity |
| 159 | +~~~~~~~~~~~~~~~~~~~~~ |
| 160 | + |
| 161 | +In the :guilabel:`Chaining Type` field, select :guilabel:`Suggest Next Activity`. The field |
| 162 | +underneath will now be titled :guilabel:`Suggest`. Select any activities to recommend as follow-up |
| 163 | +tasks to this activity type. |
| 164 | + |
| 165 | +In the :guilabel:`Schedule` field, choose a default deadline for these activities. This can be |
| 166 | +altered before the activity is scheduled. |
| 167 | + |
| 168 | +Click :guilabel:`Save`. |
| 169 | + |
| 170 | +.. figure:: plan_activities/schedule-recommended-activity.png |
59 | 171 | :align: center |
60 | | - :alt: View of an activity being schedule emphasizing the recommended activities field being |
61 | | - shown for Odoo Discuss |
| 172 | + |
| 173 | + When an activity has the chaining type set to suggest, users are presented with recommendations |
| 174 | + for activities as next steps. |
| 175 | + |
| 176 | +Trigger Next Activity |
| 177 | +~~~~~~~~~~~~~~~~~~~~~ |
| 178 | + |
| 179 | +Setting the *chaining type* to *Trigger* immediately launches the next activity once the previous |
| 180 | +one is completed. |
| 181 | + |
| 182 | +In the :guilabel:`Chaining Type` field, select :guilabel:`Trigger Next Activity`. The field |
| 183 | +underneath will now be titled :guilabel:`Trigger`. Select the activity that should be launched once |
| 184 | +this activity is completed. |
| 185 | + |
| 186 | +In the :guilabel:`Schedule` field, choose a default deadline for these activities. This can be |
| 187 | +altered before the activity is scheduled. |
| 188 | + |
| 189 | +Click :guilabel:`Save`. |
| 190 | + |
| 191 | +.. figure:: plan_activities/triggered-activities.png |
| 192 | + :align: center |
| 193 | + |
| 194 | + When an activity has the chaining type set to trigger, marking the activity as Done immediately |
| 195 | + launches the next. |
62 | 196 |
|
63 | 197 | .. seealso:: |
64 | 198 | - :doc:`get_started` |
|
0 commit comments