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
708 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 Tax Shelter Website',
  6. 'summary': """
  7. Give access to Tax Shelter Report in the website portal.
  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. 'website_portal_v10',
  19. 'easy_my_coop_taxshelter_report',
  20. 'report',
  21. ],
  22. 'data': [
  23. 'views/easy_my_coop_website_taxshelter_templates.xml',
  24. ]
  25. }