From 22d64eb01d7bb16a6b940864e9c4bccd6e2f80e9 Mon Sep 17 00:00:00 2001 From: adnoh Date: Fri, 10 Jan 2025 11:05:18 +0200 Subject: [PATCH] Update odoo docs to fix printing/pdf add information about a required system parameter (report.url ) so that pdf generation inside the container works like expected --- odoo/content.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/odoo/content.md b/odoo/content.md index aecb5a61b3a4..147e732da348 100644 --- a/odoo/content.md +++ b/odoo/content.md @@ -204,3 +204,14 @@ By default, Odoo 16.0+ uses a filestore (located at `/var/lib/odoo/filestore/`) ```console $ docker run --volumes-from old-odoo -p 8070:8069 --name new-odoo --link db:db -t %%IMAGE%% ``` + +# Required Settings when running inside a container + +## Reports like invoices and offers are formatted wrong in print or PDF +define a report.url key = http://0.0.0.0:8069 in settings/Technical/Systems parameters/parameters + +Aktivate developer mode by appending +``` +/web?debug=assets +``` +to the url if you dont find the System parameters