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.
128 lines
7.5 KiB
128 lines
7.5 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" name="hr_config_form">
|
|
<header>
|
|
<style>
|
|
.label {
|
|
color: Red;
|
|
padding: 8px;
|
|
font-family: Arial;
|
|
}
|
|
.danger /* Red */
|
|
</style>
|
|
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
|
|
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
|
|
</header>
|
|
<div id="main">
|
|
<group string="Advanced Features">
|
|
<label string="Custody Management"/>
|
|
<div>
|
|
<field name="module_hr_custody" class="oe_inline"/>
|
|
<label for="module_hr_custody"/>
|
|
<field name="test_module_hr_custody" invisible="True"/>
|
|
<br/>
|
|
<span class="label danger" attrs="{'invisible':[('test_module_hr_custody','=', False)]}">
|
|
Module is not Present in Your Repository.
|
|
<a href="https://www.odoo.com/apps/modules/10.0/hr_custody/" target="_blank"> Get This App </a>
|
|
</span>
|
|
</div>
|
|
<label string="Employee Checklist"/>
|
|
<div>
|
|
<field name="module_oh_employee_check_list" class="oe_inline"/>
|
|
<label for="module_oh_employee_check_list"/>
|
|
<field name="test_oh_employee_check_list" invisible="True"/>
|
|
<br/>
|
|
<span class="label danger" attrs="{'invisible':[('test_oh_employee_check_list','=', False)]}">
|
|
Module is not Present in Your Repository.
|
|
<a href="https://www.odoo.com/apps/modules/10.0/oh_employee_check_list/" target="_blank"> Get This App </a>
|
|
</span>
|
|
</div>
|
|
<label string="Employee Shift"/>
|
|
<div>
|
|
<field name="module_hr_employee_shift" class="oe_inline"/>
|
|
<label for="module_hr_employee_shift"/>
|
|
<field name="test_module_hr_employee_shift" invisible="True"/>
|
|
<br/>
|
|
<span class="label danger" attrs="{'invisible':[('test_module_hr_employee_shift','=', False)]}">
|
|
Module is not Present in Your Repository.
|
|
<a href="https://www.odoo.com/apps/modules/10.0/hr_employee_shift/" target="_blank"> Get This App </a>
|
|
</span>
|
|
</div>
|
|
<label string="Employee Insurance"/>
|
|
<div>
|
|
<field name="module_hr_insurance" class="oe_inline"/>
|
|
<label for="module_hr_insurance"/>
|
|
<field name="test_module_hr_insurance" invisible="True"/>
|
|
<br/>
|
|
<span class="label danger" attrs="{'invisible':[('test_module_hr_insurance','=', False)]}">
|
|
Module is not Present in Your Repository.
|
|
<a href="https://www.odoo.com/apps/modules/10.0/hr_insurance/" target="_blank"> Get This App </a>
|
|
</span>
|
|
</div>
|
|
<label string="Lawsuit Management"/>
|
|
<div>
|
|
<field name="module_oh_hr_lawsuit_management" class="oe_inline"/>
|
|
<label for="module_oh_hr_lawsuit_management"/>
|
|
<field name="test_module_oh_hr_lawsuit_management" invisible="True"/>
|
|
<br/>
|
|
<span class="label danger" attrs="{'invisible':[('test_module_oh_hr_lawsuit_management','=', False)]}">
|
|
Module is not Present in Your Repository.
|
|
<a href="https://www.odoo.com/apps/modules/10.0/oh_hr_lawsuit_management/" target="_blank"> Get This App </a>
|
|
</span>
|
|
</div>
|
|
<label string="Resignation Process"/>
|
|
<div>
|
|
<field name="module_hr_resignation" class="oe_inline"/>
|
|
<label for="module_hr_resignation"/>
|
|
<field name="test_module_hr_resignation" invisible="True"/>
|
|
<br/>
|
|
<span class="label danger" attrs="{'invisible':[('test_module_hr_resignation','=', False)]}">
|
|
Module is not Present in Your Repository.
|
|
<a href="https://www.odoo.com/apps/modules/10.0/hr_resignation/" target="_blank"> Get This App </a>
|
|
</span>
|
|
</div>
|
|
<label string="Vacation Management"/>
|
|
<div>
|
|
<field name="module_hr_vacation_mngmt" class="oe_inline"/>
|
|
<label for="module_hr_vacation_mngmt"/>
|
|
<field name="test_module_hr_vacation_mngmt" invisible="True"/>
|
|
<br/>
|
|
<span class="label danger" attrs="{'invisible':[('test_module_hr_vacation_mngmt','=', False)]}">
|
|
Module is not Present in Your Repository.
|
|
<a href="https://www.odoo.com/apps/modules/10.0/hr_vacation_mngmt/" target="_blank"> Get This App </a>
|
|
</span>
|
|
</div>
|
|
<label string="Biometric Device Integration"/>
|
|
<div>
|
|
<field name="module_oh_hr_zk_attendance" class="oe_inline"/>
|
|
<label for="module_oh_hr_zk_attendance"/>
|
|
<field name="test_module_oh_hr_zk_attendance" invisible="True"/>
|
|
<br/>
|
|
<span class="label danger" attrs="{'invisible':[('test_module_oh_hr_zk_attendance','=', False)]}">
|
|
Module is not Present in Your Repository.
|
|
<a href="https://www.odoo.com/apps/modules/10.0/oh_hr_zk_attendance/" target="_blank"> Get This App </a>
|
|
</span>
|
|
</div>
|
|
</group>
|
|
</div>
|
|
</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>
|
|
|