Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2909 Weergaven

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?

Avatar
Annuleer
Auteur Beste antwoord

This is solution I was searching:

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

Avatar
Annuleer
Beste antwoord

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.

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
aug. 25
146
1
aug. 25
250
3
aug. 25
252
1
aug. 25
446
1
aug. 25
488