mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
19 lines
504 B
Python
19 lines
504 B
Python
{
|
|
'name': 'HR Holidays Partial',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'version': '11.0.0.0.0',
|
|
'category': 'Human Resources',
|
|
'sequence': 95,
|
|
'summary': 'Partial day leave requests displau hours',
|
|
'description': """
|
|
Create and display leave requests in hours for partial days.
|
|
""",
|
|
'website': 'https://hibou.io/',
|
|
'depends': ['hr_holidays'],
|
|
'data': [
|
|
'views/hr_holidays_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|