~unifield-team/unifield-wm/us-826

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<openerp>
    <data>
        <report
            id="spreadsheet_xml_examples.simple_template_xls"
            string="Simple Report"
            model="product.product"
            name="spreadsheet.simple_template_xls"
            report_type="webkit"
            menu="True"
            />

        <report
            id="spreadsheet_xml_examples.custom_xls"
            string="Custom Report"
            model="product.product"
            name="spreadsheet.custom_xls"
            report_type="webkit"
            file="spreadsheet_xml_examples/report/custom.mako"
            menu="True"
            />

    </data>
</openerp>