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.

22 lines
758 B

  1. # Copyright 2020 Akretion (https://www.akretion.com).
  2. # @author Sébastien BEAU <sebastien.beau@akretion.com>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "IAP Alternative Provider",
  6. "summary": "Base module for providing alternative provider for iap apps",
  7. "version": "12.0.1.0.0",
  8. "category": "Tools",
  9. "website": "http://github.com/OCA/server-tools",
  10. "author": "Akretion, Odoo Community Association (OCA)",
  11. "maintainers": ["sebastienbeau"],
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "external_dependencies": {"python": [], "bin": []},
  16. "depends": ["iap", "server_environment"],
  17. "data": ["views/iap_account_view.xml"],
  18. "demo": [],
  19. "qweb": [],
  20. }