Search 1.9 billion lines of Odoo code on GitHub

pwa

Author: TAKOBI, Odoo Community Association (OCA)
License: LGPL-3
Branch: 12.0-ocabot-merge-pr-1613-by-legalsylvain-bump-patch
Repository: AITIC/web
Dependencies: mail, and web
Other repositories: AntoniRomera/web, AyoubZahid/web, BADEP/web, ChanFeei/web, Digital5-Odoo/web, ELMARDI0107/web, GlodoUK/oca-web, KENLYLST/web, KonaERP/web, OCA/web, SirumTME/web, VanMoof/web, WilldooIT/web, akloptim/web, alan80080/web, androettop/web, ansinaesmejor/web, arkyalpyae/web, brain-tec/web, dvalladares66/web, eLBati/web, enmasys/web, essamcis/web, fallewi/web, foramaktiv/web, gab-net/web, jans23/web, khanvuthy88/web, kkasing11/web, mashanz/web, mhadi12/web, mochammadrizanaufal/web, noorealam96/web, onyanga/web, paraita/web, popsolutions/web, praxigento/oca-web, qgzhiguo/web, robertsvx27/web, sahil-navadiya/web, samsagaz/web, szellmark20/web, tirix/web, tpa-odoo/web, trionoharjadi/web, vasiljevicmarko/web, zcyuefan/web, and zeroheure/web

<h1 class="title">Progressive web application</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/web/tree/12.0/web_pwa"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_pwa"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/162/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>Make Odoo an installable Progressive Web Application.</p> <p>Progressive Web Apps provide an installable, app-like experience on desktop and mobile that are built and delivered directly via the web. They're web apps that are fast and reliable. And most importantly, they're web apps that work in any browser. If you're building a web app today, you're already on the path towards building a Progressive Web App.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id6">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <p>After having installed this module, browsing your odoo on mobile you will be able to install it as a PWA.</p> <p>It is strongly recommended to use this module with a responsive layout, like the one provided by web_responsive.</p> <p>This module is intended to be used by Odoo back-end users (employees).</p> <p>When a Progressive Web App is installed, it looks and behaves like all of the other installed apps. It launches from the same place that other apps launch. It runs in an app without an address bar or other browser UI. And like all other installed apps, it's a top level app in the task switcher.</p> <p>In Chrome, a Progressive Web App can either be installed through the three-dot context menu.</p> <p>This module also provides a &quot;Install PWA&quot; link in Odoo user menu.</p> <a name="configuration"></a> <h2><a class="toc-backref" href="#id2">Configuration</a></h2> <p>The following system parameters con be set to customize the appearance of the application</p> <ul class="simple"> <li>pwa.manifest.name (defaults to &quot;Odoo PWA&quot;)</li> <li>pwa.manifest.short_name (defaults to &quot;Odoo PWA&quot;)</li> <li>pwa.manifest.icon128x128 (defaults to &quot;/web_pwa/static/img/icons/icon-128x128.png&quot;)</li> <li>pwa.manifest.icon144x144 (defaults to &quot;/web_pwa/static/img/icons/icon-144x144.png&quot;)</li> <li>pwa.manifest.icon152x152 (defaults to &quot;/web_pwa/static/img/icons/icon-152x152.png&quot;)</li> <li>pwa.manifest.icon192x192 (defaults to &quot;/web_pwa/static/img/icons/icon-192x192.png&quot;)</li> <li>pwa.manifest.icon256x256 (defaults to &quot;/web_pwa/static/img/icons/icon-256x256.png&quot;)</li> <li>pwa.manifest.icon512x512 (defaults to &quot;/web_pwa/static/img/icons/icon-512x512.png&quot;)</li> </ul> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Evaluate to extend <code>FILES_TO_CACHE</code></li> <li>Evaluate to use a normal JS file for service worker and download data from a normal JSON controller</li> <li>Integrate <a class="reference external" href="https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification">Notification API</a></li> <li>Integrate <a class="reference external" href="https://web.dev/web-share/">Web Share API</a></li> <li>Create <code>portal_pwa</code> module, intended to be used by front-end users (customers, suppliers...)</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_pwa%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id5">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id6">Authors</a></h3> <ul class="simple"> <li>TAKOBI</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id7">Contributors</a></h3> <ul class="simple"> <li><a class="reference external" href="https://takobi.online">TAKOBI</a>:<ul> <li>Lorenzo Battistini</li> </ul> </li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id8">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p><a class="reference external" href="https://github.com/eLBati"><img alt="eLBati" src="https://github.com/eLBati.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/12.0/web_pwa">OCA/web</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>