You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
688 B

<odoo>
<data>
<!-- Movie ticket receipt paper format -->
<record id="paper_format_movie_ticket" model="report.paperformat">
<field name="name">Movie Ticket Receipt</field>
<field name="default" eval="False"/>
<field name="format">custom</field>
<field name="page_height">200</field>
<field name="page_width">80</field>
<field name="orientation">Portrait</field>
<field name="margin_top">10</field>
<field name="margin_bottom">10</field>
<field name="margin_left">10</field>
<field name="margin_right">10</field>
</record>
</data>
</odoo>