~camptocamp/c2c-rd-addons/7.0

« back to all changes in this revision

Viewing changes to survey_export_xml/survey_view.xml

  • Committer: office at chricar
  • Date: 2013-01-22 17:32:53 UTC
  • mto: This revision was merged to the branch mainline in revision 877.
  • Revision ID: office@chricar.at-20130122173253-lob3wx6m8dcqlk0g
[REF] customer needs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<openerp>
3
3
    <data>
4
 
 
5
4
        <record model="ir.ui.view" id="survey_export_xml_form1">
6
5
            <field name="name">survey_lang_form</field>
7
6
            <field name="model">survey</field>
8
 
            <field name="inherit_id" ref="survey_multi_lang.survey_lang_form"/>
 
7
            <field name="inherit_id" ref="survey.survey_form"/>
9
8
            <field name="arch" type="xml">
10
 
                <field name="lang" position="after">
 
9
                <field name="response_user" position="after">
11
10
                     <field name="template_id" />
12
11
                </field>
13
12
            </field>