~ubuntu-branches/ubuntu/quantal/openerp6.1/quantal

« back to all changes in this revision

Viewing changes to openerp/addons/survey/survey_report.xml

  • Committer: Package Import Robot
  • Author(s): Yolanda Robla
  • Date: 2012-09-20 15:29:00 UTC
  • Revision ID: package-import@ubuntu.com-20120920152900-woyy3yww8z6acmsk
Tags: upstream-6.1-1+dfsg
ImportĀ upstreamĀ versionĀ 6.1-1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<openerp>
 
3
        <data>
 
4
 
 
5
                <report auto="False"
 
6
                                id="report_survey_form"
 
7
                                model="survey"
 
8
                                name="survey.form"
 
9
                                string="Survey"/>
 
10
 
 
11
                <report auto="True"
 
12
                                id="survey_analysis"
 
13
                                model="survey"
 
14
                                name="survey.analysis"
 
15
                                rml=""
 
16
                                string="Survey Statistics"/>
 
17
 
 
18
                <report auto="True"
 
19
                                id="survey_browse_response"
 
20
                                model="survey"
 
21
                                name="survey.browse.response"
 
22
                                rml=""
 
23
                                string="Survey Answers"/>
 
24
        </data>
 
25
</openerp>