/
Cheat Sheet für ownerp.io Shortcuts

Cheat Sheet für ownerp.io Shortcuts

Dieser Spickzettel ist für die Entwicklung unter ownerp.io und Odoo. / This cheat sheet is for development under myodoo.sh and Odoo.

Neutralize DB

/opt/odoo/odoo-server # ./odoo-bin neutralize -c /opt/odoo/etc/odoo.conf -d dbname

Kurzbefehle der Konsole / shortcuts in console

AliasFunktionErklärung (Entsprechung)
dev12Schalte auf virtuelles Python auf Python 3.8 für Odoo 12 um
cd /config/workspace/venv/ && source v12-p3/bin/activate && cd /config/workspace/gitbase/v12/v12-server/
dev13Schalte auf virtuelles Python auf Python 3.8 für Odoo 13 umcd /config/workspace/venv/ && source v13-p3/bin/activate && cd /config/workspace/gitbase/v13/v13-server/
dev14Schalte auf virtuelles Python auf Python 3.8 für Odoo 14 umcd /config/workspace/venv/ && source v14-p3/bin/activate && cd /config/workspace/gitbase/v14/v14-server/

Beispielaufrufe / example commands: 

AliasFunktionErklärung (Entsprechung)
exam10Gibt Beispielaufruf für Odoo 10 Betrieb in der Konsole aus
echo "dev10 to run " && echo $dodev10
exam11Gibt Beispielaufruf für Odoo 11 Betrieb in der Konsole ausecho "dev11 to run " && echo $dodev11
exam12Gibt Beispielaufruf für Odoo 12 Betrieb in der Konsole aus
echo "dev12 to run " && echo $dodev12
exam13Gibt Beispielaufruf für Odoo 13 Betrieb in der Konsole ausecho "dev13 to run " && echo $dodev13
exam14Gibt Beispielaufruf für Odoo 14 Betrieb in der Konsole ausecho "dev14 to run " && echo $dodev14

Weitere Befehle / other commands: 

AliasFunktionErklärung (Entsprechung)
devbaseSchaltet auf virtuelles Basis Python um
cd /config/workspace/venv/ && source p38/bin/activate && cd /config/workspace/gitbase/
dev-Schaltet virtuelles Python ausdeactivate && cd /config/workspace/gitbase/
mygitWechselt auf den Basispfad von Git
cd /config/workspace/gitbase/
cleanpoAlle Sprachen in Verzeichnis bereinigen bis auf die gewünschtenfind . -type f \( -iname "*.po" ! -iname "de.po" ! -iname "fr.po" ! -iname "it.po" ! -iname "es.po" ! -iname "ru.po" ! -iname "pt.po" ! -iname "mk.po" \) -exec rm {} \;



Related content

Cheat Sheet für Shell Shortcuts für Odoo Systeme basierend auf Docker
Cheat Sheet für Shell Shortcuts für Odoo Systeme basierend auf Docker
More like this
Cheat Sheet für AWS Cloud9 Shell Shortcuts
Cheat Sheet für AWS Cloud9 Shell Shortcuts
More like this
Cheat Sheet für VM Shell Shortcuts
Cheat Sheet für VM Shell Shortcuts
More like this
Odoo & ownERP Wiki
Odoo & ownERP Wiki
More like this
First Steps with ownerp.io - Visual Code based on OpenVSCode
First Steps with ownerp.io - Visual Code based on OpenVSCode
More like this
Entwicklungsumgebung installieren
Entwicklungsumgebung installieren
More like this