[FIX]: IMprovement in view. duration field also.
[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             auto="False"
10             header = "False"
11             menu="True"/> -->
12
13 <!-- This report is awfull so it's better to hide it -->
14 <!--        <report id="report_account_voucher_print"
15             string="Voucher Print"
16             model="account.voucher"
17             name="voucher.print"
18             rml="account_voucher/report/account_voucher_print.rml"
19             auto="False"
20             header = "False"
21             menu="True"/>-->
22     </data>
23 </openerp>