I have designed a Report using A5 paperformat. However the resultant isn't the way it is supposed to be.
Especially when I print in on the paper, the data printed on it more or less covers 3/4th of A4 sheet. which is not right.
What am I missing.
[EDIT]
Paper Format
<record id="paperformat_short" model="report.paperformat">
<field name="name">Short (Half-A4)</field>
<field name="default" eval="False" />
<field name="format">A5</field>
<field name="orientation">Portrait</field>
<field name="margin_top">7</field>
<field name="margin_bottom">7</field>
<field name="margin_left">7</field>
<field name="margin_right">7</field>
<field name="header_line" eval="False" />
<field name="header_spacing">0</field>
<field name="dpi">90</field></record>
Report Action
<report id="action_report_payment_receipt_short"
model="account.payment"
string="Payment Receipt"
report_type="qweb-pdf"
name="MODULE_NAME.report_payment_receipt_short"
file="xfactory_reports.report_payment_receipt_short"
paperformat="MODULE_NAME.paperformat_short" />
Please share the code, now we simply have to guess as there is nothing to look at.
@Yenthe, I have added the Code, Please have a look at it. I have also selected the printer option as "A5" before giving the print, but no luck.