Gourav Chawla
Gourav Chawla

Reputation: 500

Rupee symbol shows as blank box on invoice report in odoo

Issue summary : Rupee symbol shows up as box on invoice report. It shows up correctly on the web but when a report is printed then it shows a box instead of the rupee symbol.

What I have tried :

So, I have tried a lot of things but nothing worked. If anyone here knows what is happening and could help me move to the right direction, it would be really helpful.

Upvotes: 3

Views: 909

Answers (1)

TimoSolo
TimoSolo

Reputation: 7325

Sounds like the Rupee symbol isn't in the font that is used in the report. Try changing the font of your report by adding custom css? eg:

body {
  font-family: Verdana, sans-serif;
}

Upvotes: 0

Related Questions