[MIG] : Migration to 13.0

[DEL] web_pwa_oca: Delete incorrect documentation
pull/1624/head
AntoniRomera 2020-06-19 12:58:27 +02:00
parent c2c283cb7f
commit 8f84a42e83
4 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1 @@
../../../../web_pwa_oca

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@ -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",

View File

@ -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()