# -*- coding: utf-8 -*-
{
'name': "La Cagette - Exemptions",
'summary': """
Tuning exemptions rules""",
'description': """
Add a config field for the extension shift template id
""",
'author': "Damien Moulard",
'website': "https://lacagette-coop.fr",
#
'category': 'Uncategorized',
'version': '0.0.1',
# any module necessary for this one to work correctly
'depends': ['base'],
# always loaded
'data': [
'data/ir_config_parameter_data.xml'
],
'installable': True,
}