__manifest__.py 409 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Website - Payment Paypal',
  5. 'version': '1.0',
  6. 'category': 'Accounting/Payment Providers',
  7. 'sequence': 365,
  8. 'summary': 'Website - Payment Paypal',
  9. 'depends': ['website_payment', 'payment_paypal'],
  10. 'application': False,
  11. 'auto_install': True,
  12. 'license': 'LGPL-3',
  13. }