[FIX] hr_usability: add missing add-ons dependency to hr_holidays
This commit is contained in:
@@ -1,14 +1,17 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': "hr_usability Elabore",
|
"name": "hr_usability Elabore",
|
||||||
'version': '16.0.1.0.0',
|
"version": "16.0.1.0.0",
|
||||||
'depends': ['base','hr'],
|
"depends": [
|
||||||
'author': "Élabore",
|
"base",
|
||||||
'category': 'Human Resources/Employees',
|
"hr",
|
||||||
'summary' : "In times off type form view, add 'create_calendar_meeting' field",
|
"hr_holidays",
|
||||||
'description': """
|
],
|
||||||
|
"author": "Élabore",
|
||||||
|
"category": "Human Resources/Employees",
|
||||||
|
"summary": "In times off type form view, add 'create_calendar_meeting' field",
|
||||||
|
"description": """
|
||||||
|
|
||||||
Go to Times off app > "Setings" > "Type time off"
|
Go to Times off app > "Setings" > "Type time off"
|
||||||
Select a type
|
Select a type
|
||||||
@@ -18,11 +21,10 @@
|
|||||||
One the checkbox is unchecked for a time off type, the next approuved times off (of that type) won't be created as a meeting and won't appear in the calendar
|
One the checkbox is unchecked for a time off type, the next approuved times off (of that type) won't be created as a meeting and won't appear in the calendar
|
||||||
|
|
||||||
""",
|
""",
|
||||||
'data': [
|
"data": [
|
||||||
'views/hr_leave_type_views.xml',
|
"views/hr_leave_type_views.xml",
|
||||||
],
|
],
|
||||||
'demo': [
|
"demo": [],
|
||||||
],
|
"application": False,
|
||||||
'application': False,
|
"license": "LGPL-3",
|
||||||
'license': 'LGPL-3',
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user