Přejít na obsah
Menu
You need to be registered to interact with the community.
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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
pro 19
4807
1
bře 16
5744
1
kvě 23
4003
0
čvn 24
783
3
čvc 25
1862