I want to customize report
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hi
Go to, Settings >> Technical >> Reporting >> Paper Format
Custom paper format using code:
<record id="paperformat_student" model="report.paperformat">
<field name="name">Custom Paper</field>
<field name="default" eval="True" />
<field name="format">custom</field>
<field name="page_height">297</field>
<field name="page_width">210</field>
<field name="orientation">Portrait</
<field name="margin_top">10.00</
<field name="margin_bottom">10.00</
<field name="margin_left">7.0</field>
<field name="margin_right">7.0</
<field name="header_line" eval="False" />
<field name="header_spacing">35</
<field name="dpi">125</field>
</record>
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 up