Skip to Content
Menu
This question has been flagged
2 Replies
2467 Views

I've a problem with my current quotation and invoice reports.

After changing margin size in paper formats, there's still plenty of room between the text and the right border of the report. How can I enlarge the text or change width?


Odoo 14.0-20210927 (Community Edition)


Avatar
Discard
Author Best Answer

@Cybrosys: Thanks for the answer but text alignment wasn't the problem. I've found the solution for my case: I changed the width in the .scss file found in the addons folder under static/src/scss

Avatar
Discard
Best Answer

Hi,

You can add a style tag to the element consisting of the text and add these properties to the style tag,

text-align : right;
font-size : "number of size you want" px;

Regards

Avatar
Discard
Related Posts Replies Views Activity
1
May 16
3446
2
Apr 16
4048
2
Jul 24
1740
TAX 15% Solved
1
Apr 24
2561
0
Nov 23
1135