Hello All,
We are successfully installing odoo 8 in a container.
The only issue is with reports cause odoo perceives it runs behind proxy.
It can be solved by setting in the db a system parameter: report.url = http://0.0.0.0:8069.
We would like this functionality to work out of the box on container launch.
Is there any way to add a system parameter from the command line or directly inject it via a config file so that the container will be ready for use immediately?
Best regards,
Theo