Odoo18-Base/addons/website_payment_paypal/__manifest__.py

15 lines
409 B
Python
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
# -*- 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',
}