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.
28 lines
1.1 KiB
28 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<record id="gatepass_slip_format" model="report.paperformat">
|
|
<field name="name">Gate Pass</field>
|
|
<field name="default" eval="True"/>
|
|
<field name="format">custom</field>
|
|
<field name="page_height">150</field>
|
|
<field name="page_width">240</field>
|
|
<field name="orientation">Portrait</field>
|
|
<field name="margin_top">40</field>
|
|
<field name="margin_bottom">5</field>
|
|
<field name="margin_left">5</field>
|
|
<field name="margin_right">5</field>
|
|
<field name="header_line" eval="False"/>
|
|
<field name="header_spacing">40</field>
|
|
<field name="dpi">90</field>
|
|
</record>
|
|
<report
|
|
string="Gate Pass"
|
|
id="action_gatepass_generate"
|
|
model="stock.picking"
|
|
report_type="qweb-pdf"
|
|
name="gatepass_slip.report_gatepass_slip"
|
|
file="gatepass_slip.report_gatepass_slip"
|
|
paperformat="gatepass_slip.gatepass_slip_format"/>
|
|
</data>
|
|
</odoo>
|