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

how to run an action using action ID in Odoo 14 through web API. Here's an example of my code. The action Id of the create invoice button is 352 and I need to trigger that function. Can somebody please help me with it.

models.execute_kw(db, uid, password, 'sale.order', 352)


アバター
破棄
最善の回答

Turn on the appropriate logging and then watch the log file as you perform the Action as a User, so you can see exactly what call the browser is making to the server via the API:

https://www.odoo.com/forum/help-1/how-can-i-see-which-api-calls-are-made-to-learn-what-odoo-is-doing-at-specific-times-183911

アバター
破棄
関連投稿 返信 ビュー 活動
1
4月 24
1875
3
10月 23
8129
1
9月 21
3314
1
8月 22
4450
1
6月 25
2383