
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#2066
73 lines
2.7 KiB
ReStructuredText
73 lines
2.7 KiB
ReStructuredText
===================
|
||
Forum and eLearning
|
||
===================
|
||
|
||
Forum
|
||
=====
|
||
|
||
To go above and beyond email, live chat, web forms, and phone lines, offer your customers a
|
||
support forum. This way, customers might become more attached to your company as they would be
|
||
investing time to get into details of your business. You also encourage the exchange of experiences
|
||
and knowledge, supporting the feeling of belonging to a community (your community!).
|
||
|
||
Set up
|
||
------
|
||
|
||
Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Team` and enable *Help Center*.
|
||
|
||
.. image:: forum_and_elearning/help_center_feature.png
|
||
:align: center
|
||
:alt: Overview of the settings page of a helpdesk team emphasizing the help center feature in
|
||
Odoo Helpdesk
|
||
|
||
Create, or edit a forum by clicking on the external link. Among the editing options, choose
|
||
if you would like the *Forum Mode* to be *Questions*: only one answer is allowed per question or
|
||
*Discussions*: multiple answers are allowed per question.
|
||
|
||
.. image:: forum_and_elearning/help_center_customer_care.png
|
||
:align: center
|
||
:alt: Overview of a forum’s settings page in Odoo Helpdesk
|
||
|
||
From now on, logged in users can start their discussions. To keep track of posts, go to
|
||
:menuselection:`Website --> Forum --> Posts`.
|
||
|
||
.. image:: forum_and_elearning/customer_care_website.png
|
||
:align: center
|
||
:alt: Overview of the Forums page of a website to show the available ones in Odoo Helpdesk
|
||
|
||
Turn tickets into forum posts by simply clicking on *Share on the Forum* on the ticket's page.
|
||
|
||
.. image:: forum_and_elearning/share_forum.png
|
||
:align: center
|
||
:alt: Overview of the Forums page of a website to show the available ones in Odoo Helpdesk
|
||
|
||
eLearning
|
||
=========
|
||
|
||
In addition to a forum, offer online courses. When doing so, you link your customers and users’
|
||
needs and questions to useful content, helping to boost efficiency as they can also find their
|
||
answers there.
|
||
|
||
Set up
|
||
------
|
||
|
||
Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams` and enable *eLearning*.
|
||
|
||
.. image:: forum_and_elearning/elearning_feature.png
|
||
:align: center
|
||
:alt: Overview of the settings page of a customer care team emphasizing the feature elearning in
|
||
Odoo Helpdesk
|
||
|
||
Once the structure and content of your course are ready, *Publish* it by clicking on *Unpublished*.
|
||
|
||
.. image:: forum_and_elearning/course_website.png
|
||
:align: center
|
||
:alt: View of a course being published for Odoo Helpdesk
|
||
|
||
To keep track of your course statistics, go to *eLearning* and *View Course*.
|
||
|
||
.. image:: forum_and_elearning/view_course_elearning.png
|
||
:align: center
|
||
:alt: View of the elearning applications dashboard for Odoo Helpdesk
|
||
|
||
.. todo:: DETAILS/INFO SHOULD COME FROM ELEARNING DOCS. THEREFORE, LINK DOCS ONCE AVAILABLE! |