[IMP] account_voucher: removed reference to voucher print report
[odoo/odoo.git] / addons / account_voucher / account_voucher_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4    <!--     <report id="report_account_voucher"
5             string="Voucher"
6             model="account.voucher"
7             name="voucher.cash_receipt.drcr"
8             rml="account_voucher/report/account_voucher.rml"
9             groups="base.group_extended"
10             auto="False"
11             header = "False"
12             menu="True"/> -->
13
14 <!-- This report is awfull so it's better to hide it -->
15 <!--        <report id="report_account_voucher_print"
16             string="Voucher Print"
17             model="account.voucher"
18             name="voucher.print"
19             rml="account_voucher/report/account_voucher_print.rml"
20             auto="False"
21             header = "False"
22             menu="True"/>-->
23     </data>
24 </openerp>