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.

51 lines
1.3 KiB

  1. # -*- coding: utf-8 -*-
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Payment acquirer per product category",
  5. "version": "1.0.0",
  6. "summary": "Forbidden acquirers on product categories",
  7. "description": """
  8. This module allows you to set fobidden acquirers on prduct categories.
  9. """,
  10. "author": "RemiFr82",
  11. "contributors": "",
  12. "maintainer": "RemiFr82",
  13. "website": "https://remifr82.me",
  14. "license": "LGPL-3",
  15. "category": "Website",
  16. # "price": 0,
  17. # "currency": "EUR",
  18. "application": False,
  19. "installable": True,
  20. "auto_install": False,
  21. # "pre_init_hook": "",
  22. # "post_init_hook": "",
  23. # "uninstall_hook": "",
  24. # "excludes": [],
  25. # "external_dependencies": [],
  26. "depends": [
  27. "website_sale",
  28. ],
  29. "data": [
  30. # Base data
  31. # "data/ir_model.xml",
  32. # Security
  33. # 'security/res_groups.xml',
  34. # 'security/ir.model.access.csv',
  35. # 'security/ir_rule.xml',
  36. # Views
  37. "views/payment_provider.xml",
  38. "views/product_category.xml",
  39. # Wizards
  40. # 'wizards/transient_model.xml',
  41. # Reports
  42. # 'reports/report_templates.xml',
  43. # 'reports/sql_view.xml',
  44. ],
  45. "assets": {},
  46. "css": [],
  47. "images": [],
  48. "js": [],
  49. "test": [],
  50. "demo": [],
  51. }