You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

79 lines
3.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_hr_general_config" model="ir.ui.view">
<field name="name">General Settings</field>
<field name="model">hr.config.settings</field>
<field name="arch" type="xml">
<form string="Hr General Settings" class= "oe_form_configuration">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
<separator string="Advanced Features"/>
<group>
<label for="id" string="Advanced Modules"/>
<div>
<div>
<field name="module_hr_custody" class="oe_inline"/>
<label for="module_hr_custody"/>
</div>
<div>
<field name="module_employee_check_list" class="oe_inline"/>
<label for="module_employee_check_list"/>
</div>
<div>
<field name="module_hr_employee_shift" class="oe_inline"/>
<label for="module_hr_employee_shift"/>
</div>
<div>
<field name="module_hr_employee_transfer" class="oe_inline"/>
<label for="module_hr_employee_transfer"/>
</div>
<div>
<field name="module_hr_insurance" class="oe_inline"/>
<label for="module_hr_insurance"/>
</div>
<div>
<field name="module_hr_lawsuit_management" class="oe_inline"/>
<label for="module_hr_lawsuit_management"/>
</div>
<div>
<field name="module_hr_payslip_monthly_report" class="oe_inline"/>
<label for="module_hr_payslip_monthly_report"/>
</div>
<div>
<field name="module_hr_recruitment_validations" class="oe_inline"/>
<label for="module_hr_recruitment_validations"/>
</div>
<div>
<field name="module_hr_resignation" class="oe_inline"/>
<label for="module_hr_resignation"/>
</div>
<div>
<field name="module_hr_vacation_mngmt" class="oe_inline"/>
<label for="module_hr_vacation_mngmt"/>
</div>
<div>
<field name="module_hr_zk_attendance" class="oe_inline"/>
<label for="module_hr_zk_attendance"/>
</div>
</div>
</group>
</form>
</field>
</record>
<record id="action_hr_general_config" model="ir.actions.act_window">
<field name="name">Hr General Settings</field>
<field name="res_model">hr.config.settings</field>
<field name="view_mode">form</field>
<field name="target">inline</field>
</record>
<menuitem id="menu_hr_general_config"
name="Settings"
parent="hr.menu_human_resources_configuration"
sequence="-1"
action="action_hr_general_config"/>
</odoo>