Skip to Content
Menú
This question has been flagged
1 Respondre
4904 Vistes

Hi. 

I want to print a report with no margin in the top


I have tried different layout

  1. t-call="web.internal_layout">
  2. t-call="web.basic_layout">
  3. t-call="web.external_layout">
  4. t-call="web.report_layout">
  5. t-call="web.minimal_layout">

Also tried with CSS

  1. id="report_assets_common" name="css pdf assets" inherit_id="web.report_assets_common">
  2. expr="." position="inside">
  3. rel="stylesheet" type="text/css" href="/my_module/static/src/css/report.css"/>
  1. .article {
  2. margin-top: -140px !important;
  3. z-index: 1000;
  4. }

This move the content up but it looks like the header is a white block in front

external_layout


basic_layout




Thanks


Avatar
Descartar
Best Answer

Hello @notteccon 

Hope you are doing well.

For you to remove the top margin you will need to change the paper-format top-margin value to 0 if you complelety need to remove the top margin. By doing this all the reports will be printed without the header. 

You could refer the screenshot attached.

Hope this would be helpful.





Thanks & Regards,
Email:    odoo@aktivsoftware.com 

Skype: kalpeshmaheshwari

Avatar
Descartar
Autor

Hi Jainesh.
Thank you so much. It makes sense, i'll try as soon as possible. Do you know if there is a way to edit the paper format for a specific report?
Thanks again
Best regards

Hi @notteccon

For you to edit a paper format for specific report you will need to add the report to the associated reports field in the paper-format or you could create a new paper-format for particular report and add the report to the above mentioned field.

Hope this would be helpful.

Related Posts Respostes Vistes Activitat
5
de jul. 25
2162
2
de març 24
2699
0
de nov. 22
2907
0
de set. 17
5238
1
de març 15
8343