Rename web_pwa -> web_pwa_oca

This commit is contained in:
eLBati
2020-06-05 08:12:22 +02:00
parent 9b56897202
commit e5b6ad3a71
25 changed files with 38 additions and 935 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates>
<t t-name="web_pwa_oca.systray.install">
<a href="#" role="menuitem" id="pwa_install_button" data-menu="installpwa" class="dropdown-item" hidden="1">Install PWA</a>
</t>
<t t-extend="UserMenu.Actions">
<t t-jquery="a[data-menu='settings']" t-operation="after">
<t t-call="web_pwa_oca.systray.install"/>
</t>
</t>
</templates>