You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.4 KiB

  1. # -*- coding: utf-8 -*-
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'PayPlug Multi-Payments',
  5. 'category': 'Accounting/Payment Acquirers',
  6. 'summary': 'Several types of payments with PayPlug',
  7. 'license': 'LGPL-3',
  8. 'version': '3.1',
  9. 'author': 'PayPlug & Applylog',
  10. 'website': 'www.applylog.com',
  11. 'description': """
  12. - PayPlug Payment by credit cards.
  13. - PayLater 3x 4x by credit cards.
  14. - AmEx Payment by credit cards.
  15. - Bancontact Payment by credit cards.
  16. """,
  17. 'depends': [
  18. 'payment',
  19. 'account_payment',
  20. 'sale_management',
  21. 'website',
  22. 'website_sale',
  23. 'website_payment',
  24. ],
  25. 'data': [
  26. 'views/payment_transaction_view.xml',
  27. 'views/payment_provider_view.xml',
  28. 'views/payment_provider_template.xml',
  29. 'views/payment_provider_oney_template.xml',
  30. 'datas/payment_icon_data.xml',
  31. 'datas/payment_provider_data.xml',
  32. ],
  33. 'external_dependencies': {
  34. 'python' : ['payplug==1.3.1'],
  35. },
  36. 'assets': {
  37. 'web.assets_frontend' : [
  38. 'acquirer_payplug/static/src/css/website_oney.css',
  39. 'acquirer_payplug/static/src/js/website_oney.js',
  40. ],
  41. },
  42. 'images': [
  43. 'static/description/banner.png',
  44. ],
  45. 'application': False,
  46. 'post_init_hook': 'post_init_hook',
  47. 'uninstall_hook': 'uninstall_hook',
  48. }