forked from Mapan/odoo17e
19 lines
455 B
Python
19 lines
455 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Planning - Skills',
|
|
'summary': 'Planning Skills',
|
|
'description': """
|
|
Search planning slots by skill
|
|
""",
|
|
'category': 'Human Resources/Planning',
|
|
'version': '1.0',
|
|
'depends': ['planning', 'hr_skills'],
|
|
'auto_install': True,
|
|
'data': [
|
|
'views/planning_slot_views.xml',
|
|
],
|
|
'license': 'OEEL-1',
|
|
}
|