From 8b7d298f4ab1058f5a784d127370ab2739e5036e Mon Sep 17 00:00:00 2001 From: "Jonathan Castillo (jcs)" Date: Wed, 19 Jul 2023 11:25:39 +0200 Subject: [PATCH] [ADD] WhatsApp: basic description of the app - adds basic content for Odoo WhatsApp app - adds a redirect rule for non-existent links in the app see https://github.com/odoo/enterprise/pull/45601#pullrequestreview-1608996613 task-3425722 closes odoo/documentation#5713 Related: odoo/enterprise#46785 Signed-off-by: Jonathan Castillo (jcs) --- content/applications/productivity.rst | 1 + .../applications/productivity/whatsapp.rst | 23 +++++++++++++++++++ redirects/saas-16.3.txt | 4 ++++ 3 files changed, 28 insertions(+) create mode 100644 content/applications/productivity/whatsapp.rst create mode 100644 redirects/saas-16.3.txt diff --git a/content/applications/productivity.rst b/content/applications/productivity.rst index ac15d3f31..2198dd72f 100644 --- a/content/applications/productivity.rst +++ b/content/applications/productivity.rst @@ -8,6 +8,7 @@ Productivity .. toctree:: productivity/discuss + productivity/whatsapp productivity/calendar productivity/knowledge productivity/iot diff --git a/content/applications/productivity/whatsapp.rst b/content/applications/productivity/whatsapp.rst new file mode 100644 index 000000000..e725ab6a3 --- /dev/null +++ b/content/applications/productivity/whatsapp.rst @@ -0,0 +1,23 @@ +======== +WhatsApp +======== + +**WhatsApp** is a messaging mobile app that allows users to send messages, make calls, and share +content. Businesses can use `WhatsApp Business +`_ to communicate with their customers by text, +send documents and provide support. + +With the **Odoo WhatsApp** app, you can connect your WhatsApp Business Account (WABA) to your Odoo +database, which allows you to: + +- Receive and reply to WhatsApp messages directly from your Odoo database +- Send pre-approved templates that use dynamic values, such as: + + - Quotations from the Sales app + - Receipts and invoices from the Point of Sale app + - Tickets from the Events app + +.. seealso:: + - `Meta Business: create message templates for your WhatsApp Business account `_ + - `Meta Business: connect your phone number to your WhatsApp Business account `_ + - `Meta Business: change your WhatsApp Business display name `_ diff --git a/redirects/saas-16.3.txt b/redirects/saas-16.3.txt new file mode 100644 index 000000000..c5f63b2ba --- /dev/null +++ b/redirects/saas-16.3.txt @@ -0,0 +1,4 @@ +# applications/productivity + +applications/whatsapp/account/to_receive_messages.rst applications/productivity/whatsapp.rst # fixes a 404 error message in the app. Can probably be dropped after saas-16.4, once the links have been fixed +applications/whatsapp/account/to_send_messages.rst applications/productivity/whatsapp.rst # fixes a 404 error message in the app. Can probably be dropped after saas-16.4, once the links have been fixed \ No newline at end of file