flectra/addons/payment_adyen/__manifest__.py

18 lines
448 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
{
'name': 'Adyen Payment Acquirer',
2018-01-16 12:05:52 +01:00
'author' : 'Odoo S.A',
'category': 'Accounting',
'summary': 'Payment Acquirer: Adyen Implementation',
'version': '1.0',
'description': """Adyen Payment Acquirer""",
'depends': ['payment'],
'data': [
'views/payment_views.xml',
'views/payment_adyen_templates.xml',
'data/payment_acquirer_data.xml',
],
'installable': True,
}