mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-26 14:32:03 +02:00
19.0 vanilla
This commit is contained in:
parent
a1137a1456
commit
e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
|
|
@ -20,13 +19,17 @@ Allows to contact directly the employee in case of unjustified absence.
|
|||
'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',
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'hr_presence/static/src/**/*',
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue