19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:00 +01:00
parent a1137a1456
commit e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions

View file

@ -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/**/*',
],
}
}