15 lines
409 B
Python
15 lines
409 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
{
|
||
|
'name': 'Website - Payment Paypal',
|
||
|
'version': '1.0',
|
||
|
'category': 'Accounting/Payment Providers',
|
||
|
'sequence': 365,
|
||
|
'summary': 'Website - Payment Paypal',
|
||
|
'depends': ['website_payment', 'payment_paypal'],
|
||
|
'application': False,
|
||
|
'auto_install': True,
|
||
|
'license': 'LGPL-3',
|
||
|
}
|