mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00
![]() When the docker_run function is called, the odoo command is decorated with a pip command to install required packages. This pollute the docker_run function if a runbot job_ method wants to use docker for something else that starting an odoo instance (like pg_dump) for example. With this commit, command modification is made in an optional helper function named build_odoo_cmd. the docker_run function now needs the command to run as a string instead of a list of odoo cmd and its parameters. |
||
---|---|---|
.. | ||
controllers | ||
data | ||
migrations | ||
models | ||
security | ||
static/src/js | ||
templates | ||
tests | ||
views | ||
__init__.py | ||
__manifest__.py | ||
common.py | ||
container.py | ||
croninterval.py |