79558132

Date: 2025-04-06 11:34:36
Score: 1
Natty:
Report link

Solved on my local development environment (but not on odoo.sh):

6 js files located in the knowledge addons should be corrected accordingly by adding the required static id = 'xxxx', so that the error described above can disappear:

export class EmbeddedClipboardPlugin extends Plugin {
    static name = "embeddedClipboard";
    //added by me:
    static id = "embeddedClipboardPlugin";

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Ahrimann Steiner