~credativ/openobject-addons/c2c-extra

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>
        <report auto="False" id="fiscal_statements" model="account.report.report" name="accounting.report" rml="account_report/report/accounting_report.rml" string="Financial Statements"/>

        <report auto="False" id="report_print_indicators" model="account.report.history" name="print.indicators" rml="account_report/report/print_indicator.rml" string="Indicators"/>

        <report
            auto="False"
            id="report_indicator_pdf"
            menu="False"
            model="account.report.report"
            name="print.indicator.pdf"
            string="Indicators in PDF"/>
    </data>
</openerp>