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.

32 lines
723 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 Website Document',
  6. 'summary': """
  7. Show documents in the website.
  8. """,
  9. 'description': """
  10. """,
  11. 'author': 'Rémy Taymans',
  12. 'license': 'AGPL-3',
  13. 'version': '9.0.1.0',
  14. 'website': "www.coopiteasy.be",
  15. 'category': 'Website, Cooperative Management',
  16. 'depends': [
  17. 'website',
  18. 'easy_my_coop_document',
  19. ],
  20. 'data': [
  21. 'views/easy_my_coop_website_document_templates.xml',
  22. 'security/easy_my_coop_website_document_security.xml',
  23. 'security/ir.model.access.csv',
  24. ]
  25. }