~therp-nl/therp-addons/7.0_lp1219418

« back to all changes in this revision

Viewing changes to account_report_alt/account_report.xml

  • Committer: Ronald Portier
  • Date: 2014-03-28 13:12:43 UTC
  • mfrom: (81.5.17 therp-addons-7.0)
  • Revision ID: ronald@therp.nl-20140328131243-d06yj7u2o9fhshrw
[MERGE] Merge upstream changes
    - resolve text conflict in fetchmail_invoice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<openerp>
3
 
    <data>
4
 
        <!-- 
5
 
             the only reason for defining these entries is to include
6
 
             the rml files in the module's translations
7
 
        -->
8
 
        <report id="account_profit_loss"
9
 
            string="Profit and Loss"
10
 
            model="account.account"
11
 
            name="account.profit_loss"
12
 
            rml="account_report_alt/report/account_profit_loss.rml"
13
 
            auto="False"
14
 
            menu="False"/>
15
 
        <report id="account_profit_loss_horizontal"
16
 
            string="Profit and Loss Horizontal"
17
 
            model="account.account"
18
 
            name="account.profit_horizontal"
19
 
            rml="account_report_alt/report/account_profit_horizontal.rml"
20
 
            auto="False"
21
 
            menu="False"/>
22
 
        <report id="account_balance_sheet"
23
 
            string="Balance Sheet"
24
 
            model="account.account"
25
 
            name="account.balancesheet"
26
 
            rml="account_report_alt/report/account_balance_sheet.rml"
27
 
            auto="False"
28
 
            menu="False"/>
29
 
        <report id="account_balance_sheet_horizontal"
30
 
            string="Balance Sheet Horizontal"
31
 
            model="account.account"
32
 
            name="account.balancesheet.horizontal"
33
 
            rml="account_report_alt/report/account_balance_sheet_horizontal.rml"
34
 
            auto="False"
35
 
            menu="False"/>
36
 
    </data>
37
 
</openerp>