~a-camilli/openobject-italia/7.0-fix-labels_shipping_on_invoice

« back to all changes in this revision

Viewing changes to account_vat_period_end_statement/reports.xml

[add] account_vat_period_end_statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
        <report
 
6
            auto="False"
 
7
            id="print_vat_period_end_statement"
 
8
            model="account.vat.period.end.statement"
 
9
            name="account.print.vat.period.end.statement"
 
10
            file="account_vat_period_end_statement/report/vat_period_end_statement.mako"
 
11
            string="VAT Statement Summary"
 
12
            report_type="webkit" />
 
13
 
 
14
    </data>
 
15
</openerp>
 
16