mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] : Migration to 13.0
[DEL] web_pwa_oca: Delete incorrect documentation
This commit is contained in:
1
setup/web_pwa_oca/odoo/addons/web_pwa_oca
Symbolic link
1
setup/web_pwa_oca/odoo/addons/web_pwa_oca
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../web_pwa_oca
|
||||
6
setup/web_pwa_oca/setup.py
Normal file
6
setup/web_pwa_oca/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "Progressive web application",
|
||||
"summary": "Make Odoo a PWA",
|
||||
"version": "12.0.1.0.0",
|
||||
"version": "13.0.1.0.0",
|
||||
"development_status": "Beta",
|
||||
"category": "Website",
|
||||
"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.
|
||||
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user