diff options
Diffstat (limited to 'oh_appraisal/views/hr_appraisal_survey_views.xml')
| -rw-r--r-- | oh_appraisal/views/hr_appraisal_survey_views.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/oh_appraisal/views/hr_appraisal_survey_views.xml b/oh_appraisal/views/hr_appraisal_survey_views.xml new file mode 100644 index 0000000..24c1a1f --- /dev/null +++ b/oh_appraisal/views/hr_appraisal_survey_views.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data> + <record model="ir.ui.view" id="hr_appraisal_survey_inherited"> + <field name="name">hr_appraisal list</field> + <field name="model">survey.user_input</field> + <field name="priority">1</field> + <field name="inherit_id" ref="survey.survey_user_input_view_form"/> + <field name="arch" type="xml"> + <xpath expr="//field[@name='email']" position="after"> + <field name="appraisal_id"/> + </xpath> + </field> + </record> + </data> +</odoo>
\ No newline at end of file |
