
Since odoo/documentation#903, the guideline for the location of new resource (images, downloadable files, RST includes...) files is to place those inside the directory of the RST page that references them. For example, if `doc1.rst` has a reference to `image.png` and to `download.zip`, the file structure should look like this: ├── parent_doc/ │ └── doc1/ │ │ └── image.png │ │ └── download.zip │ └── doc1.rst │ └── doc2.rst ├── parent_doc.rst Before this commit, most of the resource files were still located inside 'media' directories holding all the resource files referenced by RST pages located at the same level as these directories. In the example above, a single 'media' directory would hold all the resource files referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from figuring out easily which resource file was referenced by which RST page and, thus, lead to unused resource files piling up in the repository. It also made it more complicated to define codeowners regex rules because a team could not simply be assigned to `/some_page.*` but needed to be assigned to both `/some_page\.rst` and to the location of 'media'. In order to help new content writers figure out the guideline when taking examples from other RST pages, this commit retroactively applies the guideline to existing resource files and 'media' directories. The left-over resource files that are not referenced by any RST page are removed. task-2497965 Part-of: odoo/documentation#2068
87 lines
3.5 KiB
ReStructuredText
87 lines
3.5 KiB
ReStructuredText
==========================================
|
|
How to motivate and reward my salespeople?
|
|
==========================================
|
|
|
|
Challenging your employees to reach specific targets with goals and rewards is an excellent way to
|
|
reinforce good habits and improve your salespeople productivity. The Gamification module gives you
|
|
simple and creative ways to motivate and evaluate your employees with real-time recognition and
|
|
badges inspired by game mechanics.
|
|
|
|
Configuration
|
|
=============
|
|
|
|
Install the *Gamification* module, or the *CRM gamification* one, which adds some useful data
|
|
(goals and challenges) that can be used on *CRM/Sale*.
|
|
|
|
.. image:: gamification/gamification_module_install.png
|
|
:align: center
|
|
:alt: View of the gamification module being installed in Odoo
|
|
|
|
Create a challenge
|
|
==================
|
|
|
|
Now, create your first challenge by going to :menuselection:`Settings --> Gamification Tools
|
|
--> Challenges`.
|
|
|
|
.. note::
|
|
As the gamification tool is a one-time technical setup, you need to activate the technical
|
|
features in order to access the configuration. To do so, go to *Settings* and *Activate the
|
|
developer mode*.
|
|
|
|
.. image:: gamification/gamification_tools_menu.png
|
|
:align: center
|
|
:alt: View if the gamification tools menu in Odoo Settings
|
|
|
|
A challenge is a mission that you send to your sales team. It can include one or several goals, set
|
|
for a specific period of time. Configure your challenge as follows:
|
|
|
|
#. Assign the salespeople to be challenged;
|
|
#. Assign a responsible;
|
|
#. Set up the periodicity along with the start and the end date;
|
|
#. Select your goals;
|
|
#. Set up your rewards (badges).
|
|
|
|
.. note::
|
|
Badges are granted when a challenge is finished. This is either at the end of a running period
|
|
(eg: end of the month for a monthly challenge), at the end date of a challenge (if no periodicity
|
|
is set), or when the challenge is manually closed.
|
|
|
|
In the example below, 2 employees are being challenged with a *Monthly Sales Target*. The challenge
|
|
is based on 2 goals: the total amount invoiced and number of new leads generated. At the end of the
|
|
month, the winner will be granted with a badge.
|
|
|
|
.. image:: gamification/challenges.png
|
|
:align: center
|
|
:alt: View of the challenge form and a challenge being created for Odoo Sales
|
|
|
|
Set up goals
|
|
------------
|
|
|
|
| The users can be evaluated using goals and numerical objectives to reach.
|
|
| **Goals** are assigned through *challenges* that evaluate (see image above) and compare members of
|
|
a team throughout time.
|
|
| You can create a new goal on the fly from a *Challenge* by clicking on *Add new item*, under
|
|
*Goals*. Select the business object according to your company's needs. Examples: number of new
|
|
leads, time to qualify a lead, total amount invoiced in a specific week, month or any other time
|
|
frame based on your management preferences, etc.
|
|
|
|
.. image:: gamification/goal_definitions.png
|
|
:align: center
|
|
:alt: View of the goal definition form and a goal definition being created for Odoo Sales
|
|
|
|
.. note::
|
|
Goals may include your database setup as well (e.g. set your company data and a timezone,
|
|
create new users, etc.).
|
|
|
|
Set up rewards
|
|
--------------
|
|
|
|
For non-numerical achievements, **Badges** can be granted to users. From a simple thank you to an
|
|
exceptional achievement, a badge is an easy way to express gratitude to a user for their good work.
|
|
To create and grant badges to your employees based on their performance, go to
|
|
:menuselection:`Settings --> Gamification Tools --> Badges`.
|
|
|
|
.. image:: gamification/badges.png
|
|
:align: center
|
|
:alt: View of the badges page in Odoo
|