[IMP] removal of usages of the deprecated node.getchildren call, better usage of...
[odoo/odoo.git] / addons / account_voucher / account_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4                 <report id="report_account_voucher"
5                         string="Voucher Report (Cr/Dr)"
6                         model="account.voucher"
7                         name="voucher.cash_receipt.drcr"
8                         rml="account_voucher/report/report_voucher.rml"
9                         auto="False"
10                         header = "False"
11                         menu="True"/>
12                         
13                 <report id="report_account_voucher_amt"
14                         string="Voucher Report"
15                         model="account.voucher"
16                         name="voucher.cash_amount"
17                         rml="account_voucher/report/report_voucher_amount.rml"
18                         auto="False"
19                         header = "False"
20                         menu="True"/>
21         </data>
22 </openerp>