Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet

/** @odoo-module **/

import options from "@web_editor/js/editor/snippets.options";


options.registry.TaProducts = options.Class.extend({ 

 start() { 

 console.log("HIIII"); 

 }


});


export default { 

 TazawwadProducts: options.registry.TaProducts,

};


... This is not working and still gave me the error:


""


the following modules are needed by other modules but have not been defined, they may not be present in the correct asset bundle:


@web_editor/js/editor/snippets.options

""


I'm struggling with it for like 3 hours .. Anyone have idea ??


Thank you !






Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Dez. 19
4766
1
März 16
5716
1
Mai 23
3975
0
Juni 24
725
3
Juli 25
1803