Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
6444 Visualizzazioni

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.

Avatar
Abbandona

Please check the log entries.

Risposta migliore

Try removing css and js attachments:

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

and Upgrade 'web' module

Avatar
Abbandona
Risposta migliore

Hi, did u found the solutions to this?

Regards!!!

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
feb 20
4051
3
feb 20
16404
1
ott 23
1857
4
ago 22
31220
2
set 21
4506