Wednesday, December 10, 2025

Odoo 17 Set report.url System Parameter

Problem: CSS file does not loading for apply style to pdf reports

Fail assets loading from manifest file

 

Go to Settings > Technical > System Parameters (if not exist add it)

Key: report.url
Value: https://your-production-domain.com
 

Sample:

Key: report.url
Value: http://127.0.0.1:8069
 

 

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...