Skip to Content
Menú
This question has been flagged

/** @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
Descartar
Related Posts Respostes Vistes Activitat
1
de des. 19
4961
1
de març 16
5882
1
de maig 23
4146
0
de juny 24
876
3
de jul. 25
2185