~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to survey/survey_report.xml

  • Committer: Harry (Open ERP)
  • Author(s): ysa, apa
  • Date: 2010-01-20 14:28:28 UTC
  • mto: (2464.1.231 ergonomy-search-views)
  • mto: This revision was merged to the branch mainline in revision 2772.
  • Revision ID: hmo@tinyerp.com-20100120142828-zc25st2aqfrn4mop
[ADD] survey, hr_evaluation : taken from trunk-extra-addons branch

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
                                menu="False"
 
10
                                string="Survey Form"/>
 
11
 
 
12
                <report auto="True" id="survey_analysis" model="survey"
 
13
                        name="survey.analysis"
 
14
                        rml=""
 
15
                        string="Survey Analysis Report"/>
 
16
 
 
17
                <report auto="True" id="survey_browse_response" model="survey"
 
18
                        name="survey.browse.response"
 
19
                        rml=""
 
20
                        string="Browse Response"/>
 
21
 
 
22
        </data>
 
23
</openerp>