forked from ingadhoc/miscellaneous
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
52 lines (52 loc) · 1.82 KB
/
__manifest__.py
File metadata and controls
52 lines (52 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##############################################################################
#
# Copyright (C) 2019 ADHOC SA (http://www.adhoc.com.ar)
# All Rights Reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
"name": "Portal Holidays",
<<<<<<< 48e87b28d371901ad6ea6f896bb13dcc8bb3580d
"version": "19.0.1.0.0",
||||||| 32d3a6492d218095eca4c7bcf23257ed29a2f3bd
"version": "18.0.1.5.0",
=======
"version": "18.0.1.6.0",
>>>>>>> 15305f046af102d97d6b2f5f553bb93cd75e30a7
"category": "Base",
"sequence": 14,
"summary": "",
"author": "ADHOC SA",
"website": "www.adhoc.com.ar",
"license": "AGPL-3",
"images": [],
"depends": ["portal_backend", "hr_holidays", "hr_holidays_attendance"],
"data": [
"security/res_groups.xml",
"security/ir_rule.xml",
"security/ir.model.access.csv",
"views/hr_employee_views.xml",
"views/portal_holidays_views.xml",
"views/base_menus.xml",
],
"demo": [
"demo/hr_demo.xml",
"demo/res_users_demo.xml",
],
"installable": True,
"auto_install": False,
"application": False,
}