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:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...