You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.4 KiB
48 lines
1.4 KiB
# -*- coding: utf-8 -*-
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': 'PayPlug Multi-Payments',
|
|
'category': 'Accounting/Payment Acquirers',
|
|
'summary': 'Several types of payments with PayPlug',
|
|
'license': 'LGPL-3',
|
|
'version': '3.1',
|
|
'author': 'PayPlug & Applylog',
|
|
'website': 'www.applylog.com',
|
|
'description': """
|
|
- PayPlug Payment by credit cards.
|
|
- PayLater 3x 4x by credit cards.
|
|
- AmEx Payment by credit cards.
|
|
- Bancontact Payment by credit cards.
|
|
""",
|
|
'depends': [
|
|
'payment',
|
|
'account_payment',
|
|
'sale_management',
|
|
'website',
|
|
'website_sale',
|
|
'website_payment',
|
|
],
|
|
'data': [
|
|
'views/payment_transaction_view.xml',
|
|
'views/payment_provider_view.xml',
|
|
'views/payment_provider_template.xml',
|
|
'views/payment_provider_oney_template.xml',
|
|
'datas/payment_icon_data.xml',
|
|
'datas/payment_provider_data.xml',
|
|
],
|
|
'external_dependencies': {
|
|
'python' : ['payplug==1.3.1'],
|
|
},
|
|
'assets': {
|
|
'web.assets_frontend' : [
|
|
'acquirer_payplug/static/src/css/website_oney.css',
|
|
'acquirer_payplug/static/src/js/website_oney.js',
|
|
],
|
|
},
|
|
'images': [
|
|
'static/description/banner.png',
|
|
],
|
|
'application': False,
|
|
'post_init_hook': 'post_init_hook',
|
|
'uninstall_hook': 'uninstall_hook',
|
|
}
|