[IMP] hr_evaluation view

bzr revid: fp@tinyerp.com-20100304071349-7rg5vk5jgnw0wkuc
This commit is contained in:
Fabien Pinckaers 2010-03-04 08:13:49 +01:00
parent ed71282e44
commit 4cd47c21aa
1 changed files with 5 additions and 4 deletions

View File

@ -133,12 +133,13 @@
</group>
<notebook colspan="4">
<page string="Appraisal">
<field name="survey_request_ids" context="{'phase_id': phase_id}" nolabel="1" colspan="4"/>
<field name="survey_request_ids" context="{'phase_id': phase_id}" nolabel="1" colspan="4" widget="one2many"/>
</page>
<page string="Action Plan">
<field name="note_action" colspan="4" nolabel="1"/>
<page string="Internal Notes">
<field name="note_action" colspan="4" nolabel="1"
groups="hr.group_hr_manager"/>
</page>
<page string="Summary">
<page string="Public Notes">
<field name="note_summary" colspan="4" nolabel="1"/>
</page>
</notebook>