# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
    'name': 'France - Work Entries Time Off',
    'version': '1.0',
    'summary': 'Management of leaves for part-time workers in France',
    'depends': [
        'l10n_fr_hr_holidays',
        'hr_work_entry_holidays',
    ],
    'auto_install': True,
    'license': 'LGPL-3',
}
