[FIX] payment: access rights limitation
[odoo/odoo.git] / addons / website_payment / __openerp__.py
1 # -*- coding: utf-8 -*-
2
3 {
4     'name': 'Payment: Website Integration',
5     'category': 'Website',
6     'summary': 'Payment: Website Integration',
7     'version': '1.0',
8     'description': """Bridge module for acquirers and website.""",
9     'author': 'OpenERP SA',
10     'depends': [
11         'website',
12         'payment',
13     ],
14     'data': [
15         'payment_security.xml',
16         'views/website_payment_templates.xml',
17         'views/website_settings_payment.xml',
18     ],
19     'auto_install': False,
20 }