FIX pass execution_context

This commit is contained in:
Sylvain LE GAL 2022-06-28 01:22:24 +02:00
parent b64c445cb4
commit 451be8c389

View File

@ -216,6 +216,7 @@ def run_odoo(
command, command,
detached_container=detached_container, detached_container=detached_container,
database=database, database=database,
execution_context=execution_context,
alternative_xml_rpc_port=alternative_xml_rpc_port, alternative_xml_rpc_port=alternative_xml_rpc_port,
) )