[FIX] hr_evaluation: act_window

bzr revid: rha@tinyerp.com-20110428072913-jvc9eckai7g82wm2
This commit is contained in:
Rifakat Haradwala (Open ERP) 2011-04-28 12:59:13 +05:30
parent d8c8c20a62
commit 1ac3e387b2
1 changed files with 5 additions and 7 deletions

View File

@ -411,15 +411,13 @@
<!-- Email Compose message Action-->
<act_window
id="evaluation_reminders"
multi="True"
key2="client_action_multi"
name="Evaluation Reminders"
id="evaluation_reminders" name="Evaluation Reminders"
res_model="email.compose.message"
src_model="hr.evaluation.interview"
view_type="form"
view_mode="form"
target="new"/>
view_type="form" view_mode="form"
target="new" multi="True"
key2="client_action_multi"
context="{'mass_mail':True}"/>
<!-- Evaluation Interviews Button on Employee Form -->
<act_window