Odoo query tool

Direct Query Tool for Odoo 12

Useful to make db operations and for testing modules.

Get it on GitHub

Add a Query function under technical settings, it allows to run query directly on current Odoo database.

odoo db query tool

It allows also to save some query and create unlimited query templates.

odoo db query tool

odoo db query tool

It supports also multiple query separated by ;

Example:

DELETE FROM fob_order;

DELETE FROM fob_po_order;

DELETE FROM account_invoice;

odoo db query tool

Use it at your own risk!

Get it on GitHub or on Odoo App Store: https://apps.odoo.com/apps/modules/12.0/odoo-querytool/