mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 00:32:06 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
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.
|
||||
|
||||
In case you previously installed `web_pwa`, run the following steps with `odoo shell`, after having installed `openupgradelib`:
|
||||
|
||||
|
||||
>>> from openupgradelib import openupgrade
|
||||
>>> openupgrade.update_module_names(env.cr, [('web_pwa', 'web_pwa_oca')], merge_modules=False)
|
||||
>>> env.cr.commit()
|
||||
Loading…
Add table
Add a link
Reference in a new issue