/
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
Alias | Funktion | Erklärung (Entsprechung) |
---|---|---|
dev12 | Schalte auf virtuelles Python auf Python 3.8 für Odoo 12 um |
|
dev13 | Schalte auf virtuelles Python auf Python 3.8 für Odoo 13 um | cd /config/workspace/venv/ && source v13-p3/bin/activate && cd /config/workspace/gitbase/v13/v13-server/ |
dev14 | Schalte auf virtuelles Python auf Python 3.8 für Odoo 14 um | cd /config/workspace/venv/ && source v14-p3/bin/activate && cd /config/workspace/gitbase/v14/v14-server/ |
Beispielaufrufe / example commands:
Alias | Funktion | Erklärung (Entsprechung) |
---|---|---|
exam10 | Gibt Beispielaufruf für Odoo 10 Betrieb in der Konsole aus |
|
exam11 | Gibt Beispielaufruf für Odoo 11 Betrieb in der Konsole aus | echo "dev11 to run " && echo $dodev11 |
exam12 | Gibt Beispielaufruf für Odoo 12 Betrieb in der Konsole aus |
|
exam13 | Gibt Beispielaufruf für Odoo 13 Betrieb in der Konsole aus | echo "dev13 to run " && echo $dodev13 |
exam14 | Gibt Beispielaufruf für Odoo 14 Betrieb in der Konsole aus | echo "dev14 to run " && echo $dodev14 |
Weitere Befehle / other commands:
Alias | Funktion | Erklärung (Entsprechung) |
---|---|---|
devbase | Schaltet auf virtuelles Basis Python um |
|
dev- | Schaltet virtuelles Python aus | deactivate && cd /config/workspace/gitbase/ |
mygit | Wechselt auf den Basispfad von Git |
|
cleanpo | Alle Sprachen in Verzeichnis bereinigen bis auf die gewünschten | find . -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 {} \; |
, multiple selections available,
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