# -*- coding: utf-8 -*-
{
'name': "lacagette_purchase",
'summary': """
Customization of Purchase process""",
'description': """
Customization of Purchase process & orders export method
""",
'author': "cooperatic",
'website': "https://cooperatic.fr",
'category': 'Uncategorized',
'version': '0.1.1',
# any module necessary for this one to work correctly
'depends': ['base','purchase'],
'data': [
'data/ir_config_parameter_data.xml'
],
}