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
756 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. # migrate in v12 and isolate from emc
  6. 'name': 'Easy My Coop Document',
  7. 'summary': """
  8. Manage the documents of your cooperative.
  9. """,
  10. 'description': """
  11. """,
  12. 'author': 'Rémy Taymans',
  13. 'license': 'AGPL-3',
  14. 'version': '9.0.1.0',
  15. 'website': "https://github.com/houssine78/vertical-cooperative",
  16. 'category': 'Cooperative Management',
  17. 'depends': [
  18. 'base',
  19. 'web',
  20. 'mail',
  21. ],
  22. 'data': [
  23. 'security/ir.model.access.csv',
  24. 'views/easy_my_coop_document_menu.xml',
  25. 'views/easy_my_coop_document_views.xml',
  26. ]
  27. }