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.

26 lines
763 B

  1. # Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
  2. # - Rémy Taymans <remy@coopiteasy.be>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Easy My Coop Website Document',
  6. "version": "12.0.1.0.0",
  7. 'depends': [
  8. 'website',
  9. 'document_hosting',
  10. ],
  11. 'author': 'Coop IT Easy SCRLfs',
  12. 'license': 'AGPL-3',
  13. 'category': 'Cooperative Management',
  14. "website": "www.coopiteasy.be",
  15. 'description': """
  16. Show documents in the website.
  17. """,
  18. 'data': [
  19. 'views/easy_my_coop_website_document_templates.xml',
  20. 'security/easy_my_coop_website_document_security.xml',
  21. 'security/ir.model.access.csv',
  22. ],
  23. 'installable': False,
  24. 'application': False,
  25. }