Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1363 Lượt xem
Hello, I would like to know if there is a way from a server action to execute an existing postgresql function in my database


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello,

You can execute an existing postgresql function using server actions. 

For that choose the respective server action or create a server action from settings -> Technical -> Server Actions ( it is only available in developer mode). In that server action set the action type to "Execute Python Code". And then write the python code to execute postgresql function. Use self.env.cr.execute() and self.env.cr.fetchone() in the python code.

Hope it helps.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 2 25
847
3
thg 6 23
10870
1
thg 7 25
3342
0
thg 3 25
817
2
thg 11 23
2418