From 490eb9a865b267423d2c07c630532152e85ffc8a Mon Sep 17 00:00:00 2001 From: XPL Date: Wed, 27 Mar 2024 17:28:11 +0100 Subject: [PATCH] [ADD] database management: odoo mobile apps task-3821019 closes odoo/documentation#8489 X-original-commit: 9fd199ff2724505fbd14a89160243e23ecc7feb4 Signed-off-by: Xavier Platteau (xpl) --- content/administration.rst | 1 + content/administration/mobile.rst | 67 +++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 content/administration/mobile.rst diff --git a/content/administration.rst b/content/administration.rst index 31b14f2f8..902a561bd 100644 --- a/content/administration.rst +++ b/content/administration.rst @@ -61,4 +61,5 @@ functionalities, including functional support, upgrades, and hosting. `Pricing administration/upgrade administration/neutralized_database administration/supported_versions + administration/mobile administration/odoo_accounts diff --git a/content/administration/mobile.rst b/content/administration/mobile.rst new file mode 100644 index 000000000..51a457f06 --- /dev/null +++ b/content/administration/mobile.rst @@ -0,0 +1,67 @@ +================ +Odoo mobile apps +================ + +Two kind of Odoo mobile app exist: the progressive web app (PWA) and store apps. Using the PWA is +recommended. + +Progressive web app (PWA) +========================= + +PWAs are web-based applications designed to function across different devices and platforms, +leveraging web browsers to deliver user experiences similar to native apps. + +The Odoo PWA features include: + +- Quick access by adding the PWA to a device's home screen +- Seamless and borderless navigation experience +- Push notifications +- SSO authentication + +To install the Odoo PWA, launch a browser supporting PWAs, and sign in to an Odoo database. The +instructions to install a PWA depend on the platform and browser used. + +.. tabs:: + + .. tab:: Android + + **Chrome**: open Chrome's menu (:guilabel:`⋮`), select :guilabel:`Install app`, and tap + :guilabel:`Install`. + + **Firefox**: open Firefox's menu (:guilabel:`⋮`), select :guilabel:`Install`, and either touch + and hold the Odoo icon or tap :guilabel:`Add automatically`. + + The PWA can also be installed with **Samsung Internet**, **Edge**, and **Opera**. + + .. tab:: iOS + + **Safari**: open the **Share** menu by tapping the square with an arrow pointing upwards icon, + select :guilabel:`Add to Home Screen`, edit the PWA details if desired, and tap + :guilabel:`Add`. + + On iOS 16.4 and above, the PWA can also be installed with **Chrome**, **Firefox**, and + **Edge**. + + .. tab:: Desktop + + **Chrome** and **Edge**: click the installation icon at the right of the address bar and click + :guilabel:`Install`. + +.. seealso:: + - `Google Chrome Help: Use progressive web apps + `_ + - `MDN Web Docs: Installing and uninstalling web apps + `_ + - `Microsoft Support: Install, manage, or uninstall apps in Microsoft Edge `_ + +Store apps +========== + +The Odoo mobile apps are available for download on the `Google Play Store +`_ and `Apple App Store +`_. + +.. important:: + The iOS app cannot be updated and will be deprecated at some point in the future. + +While the store apps support multi-accounts, they are not compatible with SS0 authentication.