Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-893001-bde into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #893001 in OpenERP Addons: "the installing of hr_evaluation should'nt 
install hr_recruitment"
  https://bugs.launchpad.net/openobject-addons/+bug/893001

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-893001-bde/+merge/82977

Hello Sir, 

I have removed dependency of hr_recruitment module from hr_evaluation module.

Thanks & Regards,
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-893001-bde/+merge/82977
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-893001-bde.
=== modified file 'hr_evaluation/__openerp__.py'
--- hr_evaluation/__openerp__.py	2011-11-21 12:17:18 +0000
+++ hr_evaluation/__openerp__.py	2011-11-22 06:47:57 +0000
@@ -27,7 +27,7 @@
     'complexity': "easy",
     "website": "http://www.openerp.com";,
     "images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"],
-    "depends": ["hr",'hr_recruitment','survey'],
+    "depends": ["hr","base_calendar","survey"],
     "description": """
 Ability to create employees evaluation.
 =======================================

=== modified file 'hr_evaluation/hr_evaluation_data.xml'
--- hr_evaluation/hr_evaluation_data.xml	2011-11-21 12:17:18 +0000
+++ hr_evaluation/hr_evaluation_data.xml	2011-11-22 06:47:57 +0000
@@ -1205,7 +1205,7 @@
             <field name="action">final</field>
             <field eval="0" name="send_anonymous_employee"/>
             <field eval="0" name="send_answer_employee"/>
-            <field name="survey_id" ref="hr_recruitment.survey_job_0"/>
+            <field name="survey_id" ref="hr_evaluation.survey_3"/>
             <field eval="0" name="send_answer_manager"/>
             <field eval="1" name="wait"/>
         </record>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to