forked from Techsystech/web
parent
c2c283cb7f
commit
8f84a42e83
|
@ -0,0 +1 @@
|
||||||
|
../../../../web_pwa_oca
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
"name": "Progressive web application",
|
"name": "Progressive web application",
|
||||||
"summary": "Make Odoo a PWA",
|
"summary": "Make Odoo a PWA",
|
||||||
"version": "12.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"development_status": "Beta",
|
"development_status": "Beta",
|
||||||
"category": "Website",
|
"category": "Website",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
|
|
|
@ -11,10 +11,3 @@ 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 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.
|
This module also provides a "Install PWA" link in Odoo user 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…
Reference in New Issue