Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save arisnew/73f8a070598efb4641c649f3fde91fb1 to your computer and use it in GitHub Desktop.

Select an option

Save arisnew/73f8a070598efb4641c649f3fde91fb1 to your computer and use it in GitHub Desktop.
Upgrade modul odoo via cli (docker compose)
docker compose exec NAMA_SERVICE_ODOO odoo \
-d NAMA_DB \
--db_password PASSWORD_DB \
--db_host NAMA_SERVICE_DB \
--no-xmlrpc \
--stop-after-init \
--update NAMA_ADDON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment