# Part of Odoo. See LICENSE file for full copyright and licensing details. # Original Copyright 2015 Eezee-It, modified and maintained by Odoo. { 'name': 'Payment Provider: Worldline SIPS', 'version': '2.0', 'category': 'Accounting/Payment Providers', 'sequence': 350, 'summary': "A French payment provider for online payments all over the world.", 'depends': ['payment'], 'data': [ 'views/payment_provider_views.xml', 'views/payment_sips_templates.xml', 'data/payment_provider_data.xml', ], 'post_init_hook': 'post_init_hook', 'uninstall_hook': 'uninstall_hook', 'license': 'LGPL-3', }