blob: 1ddad136ace5bab0ccc09b4b0687c937e0e1dc6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# -*- coding: utf-8 -*-
{
'name': 'Website Payment',
'category': 'Hidden',
'summary': 'Payment integration with website',
'version': '1.0',
'description': """
This is a bridge module which integrates payment acquirers with Website app.
""",
'depends': [
'website',
'payment',
'portal',
],
'data': [
'views/payment_acquirer.xml',
],
'auto_install': False,
'license': 'LGPL-3',
}
|