Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
2575 Ansichten

Greetings,


I have installed Odoo using Bitnami's image on a Gcloud VM. I am trying to do further development, however, I have not been able to figure it out. I have already access to the VM through SSH, but changes made to source code do not reflect on my actual app. I have already tried contacting Bitnami staff, and they redirected me here.


Please help.

Thank you.

Avatar
Verwerfen
Autor

Or have any resources for this?

Beste Antwort

This is an older post, but I'll respond for future users...

The most likely answer is that you need to "upgrade" your app/module from the Menu > Apps dropdown.  Locate the app in the list (you may need to remove "Apps" from search).  Finally click "upgrade" on your app.

If you're making a lot of changes you can try binding a keystroke in your IDE (VS Code, Pycharm, etc.) to something like:

sudo /opt/bitnami/odoo/venv/bin/python /opt/bitnami/odoo/bin/odoo -c /opt/bitnami/odoo/conf/odoo.conf -d bitnami_odoo -u name_of_your_module

Be sure to point to your correct python, odoo binary, config file (-c), and database (-d).  In certain cases, you'll want to restart the entire application.  If you're using bitnami, it's probably:

sudo /opt/bitnami/ctlscript.sh restart odoo

Hope this helps! 


Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juli 25
2405
2
Juli 25
7892
2
Juli 25
4301
2
Juli 25
4037
2
Juni 25
2655