mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00
![]() When running Odoo in the Docker container, the username used to connect to the database is the username defined in the docker container (actually odoo). A problem may arise if the user of the runbot process is not the same. An authentication error is then raised by postgres because of the username mismatch. With this commit, the '-r' parameter of Odoo is added to the command with the username used by the runbot process. While at it, unused imports are removed. |
||
---|---|---|
.. | ||
__init__.py | ||
branch.py | ||
build_dependency.py | ||
build.py | ||
event.py | ||
repo.py | ||
res_config_settings.py |