[IMP] web_pwa_oca: black, isort, prettier

This commit is contained in:
Olga Marco
2022-01-07 10:56:37 +01:00
committed by sergio-teruel
parent 466781b662
commit 0d12fa42d6
5 changed files with 21 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
/* Copyright 2020 Tecnativa - Alexandre D. Díaz
* License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */
odoo.define("web_pwa_oca.webclient", function(require) {
odoo.define("web_pwa_oca.webclient", function (require) {
"use strict";
var WebClient = require("web.WebClient");
@@ -11,7 +11,7 @@ odoo.define("web_pwa_oca.webclient", function(require) {
/**
* @override
*/
show_application: function() {
show_application: function () {
this.pwa_manager = new PWAManager(this);
return this._super.apply(this, arguments);
},