~willowit-openerp-team/willowit-openerp-addons/development

« back to all changes in this revision

Viewing changes to account_balance/account_report.xml

  • Committer: Deepak Seshadri
  • Date: 2011-04-04 07:04:07 UTC
  • Revision ID: deepak@willowit.com.au-20110404070407-8j9mnxzzgh53o24t
Remove irrelevant modules from this branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<openerp>
3
 
        <data>
4
 
                <report id="account_account_balance"
5
 
                        string="Account balance"
6
 
                        model="account.account"
7
 
                        name="account.balance.account.balance"
8
 
                        rml="account_balance/report/account_balance.rml"
9
 
                        auto="False"
10
 
                        menu="False"/>
11
 
                <report id="account_account_balance_landscape"
12
 
                        string="Account balance"
13
 
                        model="account.account"
14
 
                        name="account.account.balance.landscape"
15
 
                        rml="account_balance/report/account_balance_landscape.rml"
16
 
                        auto="False"
17
 
                        menu="False"/>
18
 
 
19
 
        </data>
20
 
</openerp>