Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
2891 Widoki

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?

Awatar
Odrzuć
Autor Najlepsza odpowiedź

This is solution I was searching:

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
sie 25
120
1
sie 25
214
3
sie 25
215
0
sie 25
229
1
sie 25
429