Technischer Name / Technical name: eq_sql_exec
Info |
---|
Lizenz: AGPL-3 |
Links:
Equitania Fork: https://githubgitlab.ownerp.com/equitania/myodooio/v10-myodoo-public/v10-addons-v10/tree/10.0develop/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.
- Entwicklermodus aktivieren (mit Admin-Rechten). Activate developer mode (with admin rights).
- Systemparameter öffnen. Open system parameters.
- Nach dem Parameter SQL suchen und dort den Wert für den Schlüssel eq_sql_exec_password. Search 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.
Info | ||||
---|---|---|---|---|
Abhängigkeiten/Dependencies:
|
Info |
---|
...