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

I have action=490 for, how can I find corresponding view for it?

How can I  I find coresponding view from it from python code?

アバター
破棄
著作者 最善の回答

This is solution I was searching:

self.env["ir.actions.actions"]._for_xml_id("module.action_id")

アバター
破棄
最善の回答

If you activate Debugging and go to "Settings" > "Technical" > "Actions" you can add a filter where ID is 490. This will help you find out which model is called for action 490. Under "Settings" > "Technical" > "Views" you can search this model and see the views are available for this model.

アバター
破棄
関連投稿 返信 ビュー 活動
0
8月 25
3
0
8月 25
118
0
8月 25
172
1
8月 25
294
3
8月 25
290