Setup:
Odoo9/Ubuntu14LTS
Installed using .deb file.
The server is behind Reverse Proxy.
I can see the "print" view of the invoice fine but when It is attached to the invoice email it has no CSS formatting. This seems to be a problem with "path" info somewhere.
I have tried the "System Parameters" tips but none worked.
- added web.base.url.report = http://0.0.0.0:8069
- added report.url = http://0.0.0.0:8069
I'm thinking the problem might be with the web.base.url since it's different than the General Settings Alias url?
Is there any other way to generate the PDF template or simply use HTML version of the invoice?