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.

34 lines
1.3 KiB

4 years ago
  1. # Copyright 2013-2018 Open Architects Consulting SPRL.
  2. # Copyright 2018 Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
  3. # - Houssine Bakkali <houssine@coopiteasy.be>
  4. # - Elouan Le Bars <elouan@coopiteasy.be>
  5. # - Rémy Taymans <remy@coopiteasy.be>
  6. # - Manuel Claeys Bouuaert <manuel@coopiteasy.be>
  7. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  8. {
  9. # todo check ir model access
  10. "name": "Easy My Coop tax shelter report",
  11. "version": "12.0.1.0.1",
  12. "depends": ["easy_my_coop"],
  13. "author": "Coop IT Easy SCRLfs",
  14. "category": "Cooperative management",
  15. "website": "https://coopiteasy.be",
  16. "license": "AGPL-3",
  17. "summary": """
  18. This module allows you to create a fiscal declaration year and to print
  19. tax shelter declaration for each cooperator.
  20. """,
  21. "data": [
  22. "security/ir.model.access.csv",
  23. "reports/tax_shelter_report.xml",
  24. "reports/tax_shelter_resold_report.xml", # todo remove?
  25. "reports/tax_shelter_subscription_report.xml",
  26. "reports/tax_shelter_shares_report.xml",
  27. "views/tax_shelter_declaration_view.xml",
  28. "data/mail_template_data.xml",
  29. "data/scheduler_data.xml",
  30. ],
  31. "demo": ["demo/tax_shelter_demo.xml"],
  32. "installable": True,
  33. }