shift_report2.xml 719 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <!-- QWeb Reports -->
    <record id="coop_shift.timesheet" model="ir.actions.report.xml">
        <field name="paperformat_id" ref="event.paperformat_euro_lowmargin"/>
        <field name="attachment_use" eval="0"/>
    </record>

    <record id="coop_shift.wallchart_template" model="ir.actions.report.xml">
        <field name="paperformat_id" ref="report.paperformat_euro"/>
        <field name="attachment_use" eval="0"/>
    </record>

    <record id="coop_shift.wallchart_ftop" model="ir.actions.report.xml">
        <field name="paperformat_id" ref="coop_shift.paperformat_wallchart_ftop"/>
        <field name="attachment_use" eval="0"/>
    </record>
</odoo>