mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-27 11:32:02 +02:00
Initial commit: Hr packages
This commit is contained in:
commit
62531cd146
2820 changed files with 1432848 additions and 0 deletions
|
|
@ -0,0 +1,32 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': 'Employee Presence Control',
|
||||
'version': '1.0',
|
||||
'category': 'Human Resources',
|
||||
'description': """
|
||||
Control Employees Presence
|
||||
==========================
|
||||
|
||||
Based on:
|
||||
* The IP Address
|
||||
* The User's Session
|
||||
* The Sent Emails
|
||||
|
||||
Allows to contact directly the employee in case of unjustified absence.
|
||||
""",
|
||||
'depends': ['hr', 'hr_holidays', 'sms'],
|
||||
'data': [
|
||||
'security/sms_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'data/ir_actions_server.xml',
|
||||
'views/hr_employee_views.xml',
|
||||
'data/mail_template_data.xml',
|
||||
'data/sms_data.xml',
|
||||
'data/ir_cron.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue