[MIG] : Migration to 13.0

[DEL] web_pwa_oca: Delete incorrect documentation
This commit is contained in:
AntoniRomera
2020-06-19 12:58:27 +02:00
committed by Michele
parent b77f7eea0d
commit 7ebed24b2b
5 changed files with 39 additions and 47 deletions

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