Ir al contenido
Menú
Se marcó esta pregunta

/** @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
Publicaciones relacionadas Respuestas Vistas Actividad
1
dic 19
4954
1
mar 16
5876
1
may 23
4130
0
jun 24
868
3
jul 25
2181