I've tried add this paper format to my xml. I've put 0 margin to all side but the result, there still margin on the left and the right side. I try to change the margin to negative value, but the pdf can't be open
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
Hi,
Its because the body tag of the pdf report has a class named container-fluid and it has properties
.container, .o_container_small, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
width: 100%;
padding-right: var(--bs-gutter-x, 15px);
padding-left: var(--bs-gutter-x, 15px);
margin-right: auto;
margin-left: auto;
}
So you need to unset the property of padding (which is not recommended)
You could do this to make your custom pdf to your preference
.container-fluid {
padding-right: unset !important;
padding-left: unset !important;
}
If
not changing try around it by changing the report type from pdf to html
and then click on print pdf and it will redirect you to an html view
and change around there by inspecting the view
Hope it helps
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
PDF reports
Solved
|
|
5
जुल॰ 25
|
2168 | |
Wrong PDF Format
Solved
|
|
2
मार्च 24
|
2703 | |
|
0
नव॰ 22
|
2912 | ||
|
0
सित॰ 17
|
5241 | ||
|
0
मार्च 15
|
3602 |