Harry (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons-hr-configuration-pso into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-hr-configuration-pso/+merge/124337
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-hr-configuration-pso/+merge/124337
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons-hr-configuration-pso.
=== modified file 'hr/hr_view.xml'
--- hr/hr_view.xml	2012-09-07 11:27:45 +0000
+++ hr/hr_view.xml	2012-09-14 05:24:22 +0000
@@ -332,6 +332,7 @@
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>
             <field name="domain">[('category_ids','=', active_ids)]</field>
+            <field name="context">{'default_category_ids': active_ids}</field>
         </record>
 
         <record id="hr_employee_category_open" model="ir.values">

=== modified file 'hr_payroll/hr_payroll_view.xml'
--- hr_payroll/hr_payroll_view.xml	2012-09-07 15:31:58 +0000
+++ hr_payroll/hr_payroll_view.xml	2012-09-14 05:24:22 +0000
@@ -99,8 +99,8 @@
         <menuitem
             id="menu_hr_payroll_structure_view"
             action="action_view_hr_payroll_structure_list_form"
-            parent="hr.menu_hr_configuration"
-            sequence="20"
+            parent="payroll_configure"
+            sequence="2"
         />
         <record id="action_view_hr_payroll_structure_tree" model="ir.actions.act_window">
             <field name="name">Salary Structures Hierarchy</field>

=== modified file 'hr_recruitment/hr_recruitment_view.xml'
--- hr_recruitment/hr_recruitment_view.xml	2012-09-10 22:10:08 +0000
+++ hr_recruitment/hr_recruitment_view.xml	2012-09-14 05:24:22 +0000
@@ -337,7 +337,7 @@
             <field name="no_of_recruitment" version="7.0" position="after">
                 <label for="survey_id" groups="base.group_user"/>
                 <div groups="base.group_user">
-                    <field name="survey_id" class="oe_inline"/>
+                    <field name="survey_id" class="oe_inline" domain="[('type','=','Human Resources')]"/>
                     <button class="oe_inline"
                         string="Interview"
                         name="action_print_survey" type="object"

_______________________________________________
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