Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 356 |
Technical Name |
query_deluxe |
License | AGPL-3 |
Website | https://github.com/YvanDotet/query_deluxe/ |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |

The complete app for making easy queries in PostgreSQL
Explore your PostgreSQL database with query into an Odoo interface
You can use SELECT, UPDATE, DELETE, CREATE, INSERT, ALTER and DROP statements.

Note to remember what the query does
What it does, why doing this, the dangers, etc...

Print your result

PDF format
Print your table's result in a PDF format, landscape or portrait orientation.
Many examples
The module is pre-filled by useful queries.
You can modify them and used them for inspiration.

History
History of your previous queries
You can retrieve the last queries you have typed.

query_deluxe
This module is usefull to make postgreSQL's queries directly from an Odoo interface.
You can type queries involving SELECT statement and many clauses like WHERE, AND, etc ...
The result is correctly presented in a table form and you can print your table's result in a PDF format.
You can also make UPDATE, DELETE, CREATE, INSERT, ALTER and DROP statements.
Usage
Go to "Apps" menu and type "query_deluxe" into the search box.
Odoo version 18
Credits
Authors
- Yvan Dotet
Maintainers
- This module is maintained by Yvan Dotet.
Contact
- Mail address of Yvan Dotet : Yvandotet@yahoo.fr
- website :
- https://github.com/YvanDotet/query_deluxe
- https://be.linkedin.com/in/yvan-dotet-19ba67135
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Is it possible to execute SQL functions by passing parameters into them? If so, could you provide guidance or examples on how to implement this.
Yousefredha
Re:
Dear Yousefredha,
Yes it is possible to make SQL functions with parameters: here are some examples :
-simple function
-manipulate data from odoo
Don't hesitate to ask any more questions.
Sincerely,
Yvan.