~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-09 15:43:54 UTC
  • mto: (395.8.4 UF-661)
  • mto: This revision was merged to the branch mainline in revision 525.
  • Revision ID: jf@tempo4-20111209154354-jmys46nxjc5e0t1r
Report as csv: dirty example

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="test"
 
5
        string="test"
 
6
        model="financing.contract.contract"
 
7
        name="financing.test"
 
8
        report_type="txt"
 
9
        auto="True"
 
10
        menu="True"/>
 
11
 
 
12
    </data>
 
13
</openerp>
 
14