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

Hi All,

I am writing a new server action to trigger an all-existing server action in another model. For a specific reason, it will not appear in the model's action menu. Did I do something wrong? 


Code:
server_action = env['ir.actions.server'].search([('id','=','1233')])

if server_action:

  server_action.run()


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
mar 23
2441
2
sie 24
1425
0
sty 25
1311
1
paź 23
8388
2
cze 23
1722