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.

34 lines
745 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Rémy Taymans <remytaymans@gmail.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Easy My Coop Document',
  6. 'summary': """
  7. Manage the documents of your cooperative.
  8. """,
  9. 'description': """
  10. """,
  11. 'author': 'Rémy Taymans',
  12. 'license': 'AGPL-3',
  13. 'version': '9.0.1.0',
  14. 'website': "https://github.com/houssine78/vertical-cooperative",
  15. 'category': 'Cooperative Management',
  16. 'depends': [
  17. 'base',
  18. 'web',
  19. 'mail',
  20. ],
  21. 'data': [
  22. 'security/ir.model.access.csv',
  23. 'views/easy_my_coop_document_menu.xml',
  24. 'views/easy_my_coop_document_views.xml',
  25. ],
  26. 'installable': False,
  27. }