flectra/addons/payment_ogone/__manifest__.py
2018-07-10 16:35:40 +05:30

19 lines
509 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Ogone Payment Acquirer',
'author': 'Odoo S.A',
'category': 'Accounting',
'summary': 'Payment Acquirer: Ogone Implementation',
'version': '1.0',
'description': """Ogone Payment Acquirer""",
'depends': ['payment'],
'data': [
'views/payment_views.xml',
'views/payment_ogone_templates.xml',
'data/payment_acquirer_data.xml',
],
'installable': True,
'post_init_hook': 'create_missing_journal_for_acquirers',
}