コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5883 ビュー

I used this video (https://www.youtube.com/watch?v=H-iFhOh1tOE) as a reference as well as the github repo available in the comments to build a small js app. It consists of the main widget that has the core methods (init, start...etc) as well as the template views. Now, I created a menuitem as well, and I would like odoo to redirect to a route (/myApp/index/) when I click on the menuitem, instead of displaying a tree/form view the way we useally do it. The route is handled by a web controller that renders the main template. How can I force a menuItem to follow the route that leads to my App?

アバター
破棄
最善の回答

Hi,

Can you check the usage of ir.actions.act_url

Doc: https://www.odoo.com/documentation/11.0/reference/actions.html#url-actions-ir-actions-act-url

Thanks

アバター
破棄
著作者

Thanks a lot!

著作者 最善の回答

Thanks, @Cybrosys, that's exactly what I was looking for!

アバター
破棄
関連投稿 返信 ビュー 活動
1
1月 23
4833
0
8月 23
194
1
3月 23
3405
1
10月 22
8642
1
2月 22
2908