Hello, I would like to know if there is a way from a server action to execute an existing postgresql function in my database
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
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.
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
fev. 25
|
847 | ||
|
3
jun. 23
|
10870 | ||
|
1
jul. 25
|
3342 | ||
|
0
mar. 25
|
818 | ||
|
2
nov. 23
|
2418 |