Modul SQL Exec


Technischer Name / Technical nameeq_sql_exec

Lizenz: AGPL-3 


Links:
Equitania Fork: https://gitlab.ownerp.io/v10-myodoo-public/v10-addons/tree/develop/eq_sql_exec

Beschreibung: Mit Hilfe des in den Systemparameter hinterlegten Schlüssels lassen sich SQL Statements über die XML-/Odoo RPC-Schnitstelle ausführen.
Grund hierfür ist der fehlende Cursor in der XML-RPC Schnittstelle.

Description: The key stored in the system parameters can be used to execute SQL statements via the XML/Odoo RPC interface.
The reason for this is the missing cursor in the XML-RPC interface.


Den Schlüssel im Systemparameter finden Sie wie folgt. You can find the key in the system parameter as follows.

  1. Entwicklermodus aktivieren (mit Admin-Rechten). Activate developer mode (with admin rights).


  2. Systemparameter öffnen. Open system parameters.


  3. Nach dem Parameter SQL suchen und dort den Wert für den Schlüssel eq_sql_exec_passwordSearch for the SQL parameter and enter the value for the key eq_sql_exec_password.



Wichtig:

Die Befehle DROP und DELETE werden durch das Modul in den Statements nicht zugelassen.

Important:
The DROP and DELETE commands are not allowed by the module in the statements.


Abhängigkeiten/Dependencies:

Abhängigkeit zu Modul / Dependency on moduleBeschreibung / Description
base_setupBasisfunktionalität des Odoo Systems. Basic functionality of the Odoo system.