~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to account_voucher/account_report.xml

  • Committer: Mantavya Gajjar
  • Date: 2009-04-16 13:01:59 UTC
  • mto: (3589.23.3 addons-extra)
  • mto: This revision was merged to the branch mainline in revision 3608.
  • Revision ID: mga@tinyerp.com-20090416130159-z5ec22atycrwcl1v
uploda the new reviewd clean code for the indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>