odex25_standard/odex25_donation/payment_hyperpay/__manifest__.py

59 lines
2.2 KiB
Python

# -*- coding: utf-8 -*-
#################################################################################
# Author : Webkul Software Pvt. Ltd. (<https://webkul.com/>)
# Copyright(c): 2015-Present Webkul Software Pvt. Ltd.
# All Rights Reserved.
#
#
#
# This program is copyright property of the author mentioned above.
# You can`t redistribute it and/or modify it.
#
#
# You should have received a copy of the License along with this program.
# If not, see <https://store.webkul.com/license.html/>
#################################################################################
{
"name": "Hyperpay Payment Acquirer",
"summary": """Website Hyper Pay Payment Acquirer""",
"category": "Website",
"version": "1.0.0",
"sequence": 1,
"author": "Webkul Software Pvt. Ltd.",
"license": "Other proprietary",
"maintainer": "Anuj Kumar Chhetri",
"website": "https://store.webkul.com/odoo-hyperpay-payment-acquirer.html",
"description": """Odoo Hyperpay Payment Gateway
Payment Gateway
Hyperpay
hyper pay
payment methods
website payment method
Hyperpay integration
Payment acquirer
Payment processing
Payment processor
Website payments
Sale orders payment
Customer payment
Integrate hyperpay payment acquirer in Odoo
Integrate hyperpay payment gateway in Odoo""",
"live_test_url": "http://odoodemo.webkul.com/?module=payment_hyperpay",
"depends": ['account',
'payment',
'website_sale',
'ensan_sale_management'],
"data": [
'views/payment_views.xml',
'views/payment_hyperpay_templates.xml',
'data/payment_acquirer_data.xml',
'views/website_assets.xml',
],
"demo": [],
"images": ['static/description/banner.gif'],
"application": True,
"installable": True,
"price": 99.0,
"currency": "USD",
}