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.

25 lines
659 B

8 years ago
8 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright <2016> Akretion
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Keychain",
  6. "summary": "Store accounts and credentials",
  7. "version": "10.0.2.0.0",
  8. "category": "Uncategorized",
  9. "website": "https://akretion.com/",
  10. "author": "Akretion, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "external_dependencies": {
  15. "python": [
  16. 'cryptography'],
  17. },
  18. "depends": [
  19. "base_setup",
  20. ],
  21. "data": [
  22. "security/ir.model.access.csv",
  23. 'views/keychain_view.xml'
  24. ],
  25. }