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.

36 lines
861 B

5 years ago
  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. # add manager group or use relevant existing group
  7. # add ir.model.access rules for that user
  8. 'name': 'Easy My Coop Document',
  9. 'summary': """
  10. Manage the documents of your cooperative.
  11. """,
  12. 'description': """
  13. """,
  14. 'author': 'Rémy Taymans',
  15. 'license': 'AGPL-3',
  16. 'version': '9.0.1.0',
  17. 'website': "https://github.com/houssine78/vertical-cooperative",
  18. 'category': 'Cooperative Management',
  19. 'depends': [
  20. 'base',
  21. 'web',
  22. 'mail',
  23. ],
  24. 'data': [
  25. 'security/ir.model.access.csv',
  26. 'views/easy_my_coop_document_menu.xml',
  27. 'views/easy_my_coop_document_views.xml',
  28. ]
  29. }