mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
16 lines
429 B
Python
16 lines
429 B
Python
{
|
|
'name': 'Forte Payment Acquirer',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'category': 'Accounting',
|
|
'summary': 'Payment Acquirer: Forte Implementation',
|
|
'version': '15.0.1.0.0',
|
|
'description': """Forte Payment Acquirer""",
|
|
'depends': ['payment'],
|
|
'data': [
|
|
'views/payment_views.xml',
|
|
'data/payment_acquirer_data.xml',
|
|
],
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
}
|