跳至內容
選單
此問題已被標幟

/** @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 !






頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
12月 19
4963
1
3月 16
5884
1
5月 23
4150
0
6月 24
884
3
7月 25
2187