qdp (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-configuration-rework-create-employee-wiz-mma
into lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
Requested reviews:
OpenERP R&D Team (openerp-dev)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-create-employee-wiz-mma/+merge/64652
* hr
* we have asked for a wizard "Create your employees" which open the FORM
VIEW of hr.employee,
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-create-employee-wiz-mma/+merge/64652
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-dev/openobject-addons/trunk-configuration-rework-create-employee-wiz-mma
into lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
=== modified file 'hr/hr_view.xml'
--- hr/hr_view.xml 2011-05-30 12:13:07 +0000
+++ hr/hr_view.xml 2011-06-15 09:49:34 +0000
@@ -154,6 +154,24 @@
<field name="search_view_id" ref="view_employee_filter"/>
<field name="help">Here you can manage your work force by creating employees and assigning them specific properties in the system. Maintain all employee related information and keep track of anything that needs to be recorded for them. The personal information tab will help you maintain their identity data. The Categories tab gives you the opportunity to assign them related employee categories depending on their position and activities within the company. A category can be a seniority level within the company or a department. The Timesheets tab allows to assign them a specific timesheet and analytic journal where they will be able to enter time through the system. In the note tab, you can enter text data that should be recorded for a specific employee.</field>
</record>
+
+ <!-- employee configure action -->
+ <record id="action_create_hr_employee_installer" model="ir.actions.act_window">
+ <field name="name">Create your employees</field>
+ <field name="type">ir.actions.act_window</field>
+ <field name="res_model">hr.employee</field>
+ <field name="view_type">form</field>
+ <field name="view_mode">form</field>
+ <field name="view_id" ref="view_employee_form"/>
+ </record>
+
+ <record id="config_wizard_action_create_hr_employee_installer" model="ir.actions.todo">
+ <field name="action_id" ref="action_create_hr_employee_installer"/>
+ <field name="category_id" ref="category_hr_management_config"/>
+ <field name="type">normal</field>
+ <field name="target">current</field>
+ <field name="state">skip</field>
+ </record>
<menuitem action="open_view_employee_list_my" id="menu_open_view_employee_list_my" sequence="3" parent="menu_hr_main"/>
_______________________________________________
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