Author: |
TAKOBI, Odoo Community Association (OCA) |
License: |
LGPL-3 |
Branch: |
13.0 |
Repository: |
ACCOMODATA-BVBA/web |
Dependencies: |
mail,
and
web
|
Languages: |
HTML (375, 52.2%),
JavaScript (37, 5.1%),
Python (92, 12.8%),
XML (124, 17.2%),
and
reStructuredText (91, 12.7%)
|
Other branches: |
13.0-Cleanup
|
Other repositories: |
AITIC/web,
AntoniRomera/web,
BADEP/web,
ChanFeei/web,
Darknroses/web,
Digital5-Odoo/web,
Dobtor-OCA/web,
ELMARDI0107/web,
ERPLibre/web,
ForgeFlow/web,
GSLabIt/web,
GlodoUK/oca-web,
Ingeos/web,
Jarsa/web,
KENLYLST/web,
KonaERP/web,
LevelPrime/web,
NeatNerdPrime/web,
NextERP-Romania/web,
OCA/web,
SeuMarco/web,
SirumTME/web,
Tecnativa/web,
VanMoof/web,
WilldooIT/web,
aaltinisik/web,
acsone/web,
adhoc-dev/web,
agrista/odoo-web,
akloptim/web,
akretion/web,
alan80080/web,
androettop/web,
anhvu-sg/web,
ansinaesmejor/web,
antilhue/web,
arkyalpyae/web,
brain-tec/web,
bud-e/web,
camptocamp/web,
coopiteasy/web,
druidoo-dev/web,
dvalladares66/web,
eLBati/web,
ecosoft-odoo/web,
ehsu0407/web,
enmasys/web,
essamcis/web,
fallewi/web,
fjouatte/web,
foramaktiv/web,
gab-net/web,
grindtildeath/web,
ideaspositivas-group/web,
initOS/web,
jans23/web,
janverb/web,
khanvuthy88/web,
kmee/web,
kos94ok-3D/web,
legalsylvain/web,
lideritjnma/web,
lubw/web,
mashanz/web,
mhadi12/web,
mochammadrizanaufal/web,
multidadosti-erp/web,
nikul-serpentcs/web,
noorealam96/web,
odoogap/web,
onyanga/web,
paraita/web,
popsolutions/web,
praxigento/oca-web,
qgzhiguo/web,
richard-willdooit/web,
robertsvx27/web,
rven/web,
sahil-navadiya/web,
samsagaz/web,
sergiocorato/web,
solvosci/web,
steingabelgaard/web,
syci/web,
tegin/web,
tirix/web,
tpa-odoo/web,
trionoharjadi/web,
trobz/web,
tvtma/web,
unitek-solusi/OCA-web,
ursais/web,
vasiljevicmarko/web,
vialaurea/OCA-web,
zcyuefan/web,
and
zeroheure/web
|
Progressive web application

Make Odoo an installable Progressive Web Application.
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.
Table of contents
After having installed this module, browsing your odoo on mobile you will be able to install it as a PWA.
It is strongly recommended to use this module with a responsive layout, like the one provided by web_responsive.
This module is intended to be used by Odoo back-end users (employees).
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.
In Chrome, a Progressive Web App can either be installed through the three-dot context menu.
This module also provides a "Install PWA" link in Odoo user menu.
The following system parameters con be set to customize the appearance of the application
- pwa.manifest.name (defaults to "Odoo PWA")
- pwa.manifest.short_name (defaults to "Odoo PWA")
- pwa.manifest.icon128x128 (defaults to "/web_pwa_oca/static/img/icons/icon-128x128.png")
- pwa.manifest.icon144x144 (defaults to "/web_pwa_oca/static/img/icons/icon-144x144.png")
- pwa.manifest.icon152x152 (defaults to "/web_pwa_oca/static/img/icons/icon-152x152.png")
- pwa.manifest.icon192x192 (defaults to "/web_pwa_oca/static/img/icons/icon-192x192.png")
- pwa.manifest.icon256x256 (defaults to "/web_pwa_oca/static/img/icons/icon-256x256.png")
- pwa.manifest.icon512x512 (defaults to "/web_pwa_oca/static/img/icons/icon-512x512.png")
- Evaluate to extend
FILES_TO_CACHE
- Evaluate to use a normal JS file for service worker and download data from a normal JSON controller
- Integrate Notification API
- Integrate Web Share API
- Create
portal_pwa
module, intended to be used by front-end users (customers, suppliers...)
Bugs are tracked on GitHub Issues.
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
feedback.
Do not contact contributors directly about support or help with technical issues.
This module is maintained by the OCA.
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.
Current maintainer:

This module is part of the OCA/web project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.