You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an odoo 13.0/15.0 image with the new version of doodba-copier-template add the "hostname:" parameter in prod.yml
This does not allow wkhtmltopdf to create documents.
The solution found to avoid this error was to comment the hostname line
When creating an odoo 13.0/15.0 image with the new version of doodba-copier-template add the "hostname:" parameter in prod.yml
This does not allow wkhtmltopdf to create documents.
The solution found to avoid this error was to comment the hostname line
version: "2.4"
services:
odoo:
extends:
file: common.yaml
service: odoo
restart: unless-stopped
#hostname: "www.example.com"
env_file:
- .docker/odoo.env
- .docker/db-access.env
environment:
The text was updated successfully, but these errors were encountered: