~openbias/bias-trunk/bias-public-trunk

« back to all changes in this revision

Viewing changes to bias_account_report/custom_report_report.xml

  • Committer: Jose Patricio
  • Date: 2011-10-19 03:16:40 UTC
  • Revision ID: josepato@bias.com.mx-20111019031640-05zd7r5lxwx084qu
el push inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<openerp>
 
3
<data>
 
4
 
 
5
<!--    Print Entry Third Party Ledger  -->     
 
6
        <report auto="False" 
 
7
                id="account_custom_report" 
 
8
                menu="False" 
 
9
                model="res.partner" 
 
10
                name="account.custom_report_split" 
 
11
                rml="bias_account_report/report/custom_report.rml" 
 
12
                header ="False"
 
13
                string="Partner Ledger"/>
 
14
 
 
15
        <report auto="False" 
 
16
                id="account_custom_report_aged" 
 
17
                menu="False" 
 
18
                model="res.partner" 
 
19
                name="account.custom_report_aged"
 
20
                rml="bias_account_report/report/custom_report_aged.rml" 
 
21
                header ="False"
 
22
                string="Aged Partner Balance"/>
 
23
 
 
24
        <report auto="False" 
 
25
                id="account_custom_report_other" 
 
26
                menu="False" 
 
27
                model="res.partner" 
 
28
                name="account.custom_report_other" 
 
29
                rml="bias_account_report/report/custom_report_other.rml" 
 
30
                header ="False"
 
31
                string="Partner Other Ledger"/>
 
32
 
 
33
        <report auto="False" 
 
34
                id="account_custom_report_balance" 
 
35
                menu="False" 
 
36
                model="res.partner" 
 
37
                name="account.custom_report_balance" 
 
38
                rml="bias_account_report/report/custom_report_balance.rml" 
 
39
                header ="False"
 
40
                string="Partner Other Ledger"/>
 
41
 
 
42
</data>
 
43
</openerp>