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.
 
 
 
 
 

169 lines
10 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">res.config.settings</field>
<field name="inherit_id" ref="base.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[hasclass('settings')]" position="inside">
<style>
.label {
color: Red;
padding: 8px;
font-family: Arial;
font-size: 12px;
}
.danger /* Red */
</style>
<div class="app_settings_block" data-string="General Settings" data-key="ohrms_core">
<h2>Advanced Features</h2>
<div class="row mt16 o_settings_container" title="Advanced Features">
<div id="module_hr_custody" class="col-xs-12 col-md-6 o_setting_box" title="Custody Management">
<div class="o_setting_left_pane">
<field name="module_hr_custody"/>
</div>
<div class="o_setting_right_pane" name="module_hr_custody">
<div class="text-muted">
Custody Management
</div>
<label for="module_hr_custody"/>
<field name="test_module_hr_custody" invisible="True"/>
<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/11.0/hr_custody/" target="_blank"> Get This App </a>
</span>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_oh_employee_check_list"/>
</div>
<div class="o_setting_right_pane">
<div class="text-muted">
Employee Checklist
</div>
<label for="module_oh_employee_check_list"/>
<field name="test_oh_employee_check_list" invisible="True"/>
<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/11.0/oh_employee_check_list/" target="_blank"> Get This App </a>
</span>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_hr_employee_shift"/>
</div>
<div class="o_setting_right_pane">
<div class="text-muted">
Employee Shift
</div>
<label for="module_hr_employee_shift"/>
<field name="test_module_hr_employee_shift" invisible="True"/>
<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/11.0/hr_employee_shift/" target="_blank"> Get This App </a>
</span>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_hr_insurance"/>
</div>
<div class="o_setting_right_pane">
<div class="text-muted">
Employee Insurance
</div>
<label for="module_hr_insurance"/>
<field name="test_module_hr_insurance" invisible="True"/>
<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/11.0/hr_insurance/" target="_blank"> Get This App </a>
</span>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_oh_hr_lawsuit_management"/>
</div>
<div class="o_setting_right_pane">
<div class="text-muted">
Lawsuit Management
</div>
<label for="module_oh_hr_lawsuit_management"/>
<field name="test_module_oh_hr_lawsuit_management" invisible="True"/>
<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/11.0/oh_hr_lawsuit_management/" target="_blank"> Get This App </a>
</span>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_hr_resignation"/>
</div>
<div class="o_setting_right_pane">
<div class="text-muted">
Resignation Process
</div>
<label for="module_hr_resignation"/>
<field name="test_module_hr_resignation" invisible="True"/>
<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/11.0/hr_resignation/" target="_blank"> Get This App </a>
</span>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_hr_vacation_mngmt"/>
</div>
<div class="o_setting_right_pane">
<div class="text-muted">
Vacation Management
</div>
<label for="module_hr_vacation_mngmt"/>
<field name="test_module_hr_vacation_mngmt" invisible="True"/>
<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/11.0/hr_vacation_mngmt/" target="_blank"> Get This App </a>
</span>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_oh_hr_zk_attendance"/>
</div>
<div class="o_setting_right_pane">
<div class="text-muted">
Biometric Device Integration
</div>
<label for="module_oh_hr_zk_attendance"/>
<field name="test_module_oh_hr_zk_attendance" invisible="True"/>
<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/11.0/oh_hr_zk_attendance/" target="_blank"> Get This App </a>
</span>
</div>
</div>
</div>
</div>
</xpath>
</field>
</record>
<record id="action_hr_general_config" model="ir.actions.act_window">
<field name="name">General Settings</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.config.settings</field>
<field name="view_mode">form</field>
<field name="target">inline</field>
<field name="context">{'module' : 'ohrms_core'}</field>
</record>
<menuitem id="menu_hr_general_config"
name="General Settings"
parent="hr.menu_human_resources_configuration"
sequence="-1"
action="action_hr_general_config"/>
</odoo>