Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
6468 Widoki

When I view the Apps screen in Odoo 12, there often (not always) is an "Uncaught TypeError" popping up:

Fehler:
Uncaught TypeError: this.$buttons.off(...).destroy is not a function
https://[site.name.here]/web/content/1929-40cb097/web.assets_backend.js:2682
Zurückverfolgung
TypeError: this.$buttons.off(...).destroy is not a function
    at Class.destroy (https://[site.name.here]/web/content/1929-40cb097/web.assets_backend.js:2682:343)
    at Class.prototype.<computed> [as destroy] (https://[site.name.here]/web/content/1914-f723579/web.assets_common.js:3538:488)
    at Class._removeAction [as _super] (https://[site.name.here]/web/content/1929-40cb097/web.assets_backend.js:484:334)
    at Class._removeAction (https://[site.name.here]/web/content/1929-40cb097/web.assets_backend.js:508:310)
    at Class._removeAction (https://[site.name.here]/web/content/1914-f723579/web.assets_common.js:3541:371)
    at Function._.each._.forEach (https://[site.name.here]/web/content/1914-f723579/web.assets_common.js:12:558)
    at Class._removeControllers (https://[site.name.here]/web/content/1929-40cb097/web.assets_backend.js:484:518)
    at Class._pushController (https://[site.name.here]/web/content/1929-40cb097/web.assets_backend.js:482:6)
    at https://[site.name.here]/web/content/1929-40cb097/web.assets_backend.js:465:6
    at https://[site.name.here]/web/content/1914-f723579/web.assets_common.js:802:681

(Just to state the obvious: I replaced the site address with [site.name.here])

The problem appeared somewhere along the process of installing various apps and modules, but I didn't notice exactly when.
I also have no idea where to find the /content/… data mentioned here.

Awatar
Odrzuć

Please check the log entries.

Najlepsza odpowiedź

Try removing css and js attachments:

    DELETE FROM ir_attachment WHERE datas_fname SIMILAR TO '%.(js|css)'

and Upgrade 'web' module

Awatar
Odrzuć
Najlepsza odpowiedź

Hi, did u found the solutions to this?

Regards!!!

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
lut 20
4054
3
lut 20
16413
1
paź 23
1861
4
sie 22
31236
2
wrz 21
4530