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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
Hi,
Please Check,
https://www.cybrosys.com/blog/how-odoo-helps-you-to-set-up-the-custom-paper-format-for-each-report
https://www.youtube.com/watch?v=Dcc9BYfedU8
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
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się