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.

29 lines
801 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 Tax Shelter Website',
  6. "version": "12.0.1.0.0",
  7. 'depends': [
  8. 'website',
  9. 'website_portal_v10',
  10. 'easy_my_coop_taxshelter_report',
  11. 'report',
  12. ],
  13. 'description': """
  14. Give access to Tax Shelter Report in the website portal.
  15. """,
  16. 'author': 'Coop IT Easy SCRLfs',
  17. 'license': 'AGPL-3',
  18. 'category': 'Cooperative Management',
  19. "website": "www.coopiteasy.be",
  20. 'category': 'Cooperative Management',
  21. 'data': [
  22. 'views/easy_my_coop_website_taxshelter_templates.xml',
  23. ],
  24. 'installable': False,
  25. 'application': False,
  26. }