~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to financing_contract/financing_contract_report.xml

  • Committer: jf
  • Date: 2011-12-30 09:08:24 UTC
  • mfrom: (395.8.8 UF-661)
  • Revision ID: jf@tempo4-20111230090824-4zbrgeyqqu4z4so3
UF-661 [MERGE] Financing contracts: Export CSV File

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
        <report id="allocated_expenses"
 
5
        string="Allocated Expenses"
 
6
        model="financing.contract.contract"
 
7
        name="financing.allocated.expenses"
 
8
        report_type="txt"
 
9
        auto="True"
 
10
        menu="True"/>
 
11
        
 
12
        <report id="project_expenses"
 
13
        string="Project Expenses"
 
14
        model="financing.contract.contract"
 
15
        name="financing.project.expenses"
 
16
        report_type="txt"
 
17
        auto="True"
 
18
        menu="True"/>
 
19
        
 
20
        <report id="interactive"
 
21
        string="Interactive Report"
 
22
        model="financing.contract.contract"
 
23
        name="financing.interactive"
 
24
        report_type="txt"
 
25
        auto="True"
 
26
        menu="True"/>
 
27
        
 
28
        <report id="contract"
 
29
        string="Financing Contract"
 
30
        model="financing.contract.contract"
 
31
        name="financing.contract"
 
32
        rml="financing_contract/report/financing_contract.rml"
 
33
        auto="False"
 
34
        menu="True"/>
 
35
 
 
36
    </data>
 
37
</openerp>
 
38