
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
68 lines
2.3 KiB
ReStructuredText
68 lines
2.3 KiB
ReStructuredText
====================
|
||
After Sales Features
|
||
====================
|
||
|
||
As your business grows, having the right tool to support your helpdesk team on recording, tracking
|
||
and managing issues raised easy and efficiently, is key. Odoo’s Helpdesk application allows you to
|
||
generate credit notes, manage returns, products, repairs, grant coupons, and even plan onsite
|
||
interventions from a ticket’s page.
|
||
|
||
Set up the after sales services
|
||
===============================
|
||
|
||
Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams` and enable the after sales
|
||
options: *Refunds, Returns, Coupons, Repairs and Onsite Interventions*.
|
||
|
||
.. image:: after_sales/aftersales1.png
|
||
:align: center
|
||
|
||
Generate credit notes from tickets
|
||
----------------------------------
|
||
|
||
You can use a credit note to refund a customer or adjust the amount due. For that, simply go to
|
||
your ticket page, click on *Refund* and select the corresponding *Invoice*. Clicking on *Reverse*
|
||
generates a credit note, and you can *Post* it while still being in the *Helpdesk* app.
|
||
|
||
.. image:: after_sales/aftersales2.png
|
||
:align: center
|
||
|
||
Allow product returns from tickets
|
||
----------------------------------
|
||
|
||
The process of a product return from your customer back to your warehouse is taken into action when,
|
||
at the ticket page, you choose the option *Return*.
|
||
|
||
.. image:: after_sales/aftersales3.png
|
||
:align: center
|
||
|
||
Grant coupons from tickets
|
||
--------------------------
|
||
|
||
First, be sure to have your *Coupon Program* planned in the *Sales* or *Website* application. Then,
|
||
in *Helpdesk*, open your ticket, click on *Coupon*, and choose the respective one.
|
||
|
||
.. image:: after_sales/aftersales4.png
|
||
:align: center
|
||
|
||
Repairs from tickets
|
||
--------------------
|
||
|
||
Clicking on *Repair* option, on your ticket page, a new repair order form is shown. Fill in the
|
||
information as needed and choose the next step.
|
||
|
||
.. image:: after_sales/aftersales5.png
|
||
:align: center
|
||
|
||
Plan onsite interventions from tickets
|
||
--------------------------------------
|
||
|
||
At the ticket's page click on *Plan Intervention*, and set up your onsite intervention exactly the
|
||
same way as if you were on the *Field Service* application.
|
||
|
||
.. image:: after_sales/aftersales6.png
|
||
:align: center
|
||
:height: 300
|
||
|
||
.. seealso::
|
||
- `Coupons <https://www.odoo.com/slides/slide/coupon-programs-640?fullscreen=1>`_
|