~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to survey/survey_data.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
            <record model="res.groups" id="group_survey_manager">
 
5
                <field name="name">Survey / Manager</field>
 
6
                </record>
 
7
            <record model="res.groups" id="group_survey_user">
 
8
                <field name="name">Survey / User</field>
 
9
                </record>
 
10
        </data>
 
11
</openerp>