odoo/addons/payment_authorize/__openerp__.py

19 lines
491 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Authorize.Net Payment Acquirer',
'category': 'Hidden',
'summary': 'Payment Acquirer: Authorize.net Implementation',
'version': '1.0',
'description': """Authorize.Net Payment Acquirer""",
'author': 'Odoo SA',
'depends': ['payment'],
'data': [
'views/authorize.xml',
'views/payment_acquirer.xml',
'data/authorize.xml',
'views/payment_authorize_template.xml',
],
'installable': True,
}