
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 closes odoo/documentation#2006 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
71 lines
2.5 KiB
ReStructuredText
71 lines
2.5 KiB
ReStructuredText
====================================================
|
||
Communicating about my Event using SMS Text Messages
|
||
====================================================
|
||
|
||
Using SMS as a communication strategy for your event establishes interaction between organizers,
|
||
attendees, speakers and further targets. It allows your message to be heard whether the goal is to
|
||
send out reminders, teasers or to advertise.
|
||
|
||
Configuration
|
||
=============
|
||
|
||
| Under *Communication* SMS is a standard feature. That means nothing needs to be enabled or
|
||
installed.
|
||
| On the other hand, to contact the speakers of your event, you need the *SMS Marketing* application
|
||
installed, and to enable *Schedule & Tracks* under :menuselection:`Events --> Configuration -->
|
||
Settings`.
|
||
|
||
.. image:: integration_sms/int1.png
|
||
:align: center
|
||
:alt: SMS for Events in Odoo Events
|
||
|
||
.. tip::
|
||
The *Schedule & Tracks* feature allows you to manage the agenda and speakers of your event. For
|
||
more details watch: `Creating an agenda for your event
|
||
<https://www.odoo.com/slides/slide/create-an-agenda-for-your-event-717?fullscreen=1>`_.
|
||
|
||
Send SMSs to attendees
|
||
======================
|
||
|
||
| Under *Communication*, the message’s target is the attendees of your event.
|
||
| You can choose to confirm each registration with the *Registration* template, and to send a
|
||
reminder shortly before the event takes place with the *Reminder* template.
|
||
|
||
.. image:: integration_sms/int2.png
|
||
:align: center
|
||
:alt: SMS for Events in Odoo Events
|
||
|
||
To make changes in an existing template, click on the external link.
|
||
|
||
.. image:: integration_sms/int3.png
|
||
:align: center
|
||
:alt: SMS for Events in Odoo Events
|
||
|
||
Send SMSs to speakers and further targets
|
||
=========================================
|
||
|
||
The benefit of the integration with the *SMS Marketing* application is that you can choose the
|
||
target you would like your message to be delivered to. To get started, click on *Contact Track
|
||
Speakers*.
|
||
|
||
.. image:: integration_sms/int4.png
|
||
:align: center
|
||
:alt: SMS for Events in Odoo Events
|
||
|
||
| If *Event Track* is not your target (*Recipient*), choose the right one. *Filters* are eligible
|
||
here.
|
||
| In the example below, the SMS would be sent to the speakers who are in the stage *Proposal* on
|
||
*Event Track*.
|
||
|
||
.. image:: integration_sms/int5.png
|
||
:align: center
|
||
:alt: SMS for Events in Odoo Events
|
||
|
||
.. note::
|
||
Credits are required to be able to send SMSs. For more information about Pricing :doc:`click here
|
||
<../../sms_marketing/pricing/pricing_and_faq>`, and, about IAP Services :doc:`here
|
||
</applications/general/in_app_purchase>`.
|
||
|
||
|
||
|