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

  1. # Copyright (C) 2018- Coop IT Easy SCRLfs.
  2. #
  3. # This program is free software: you can redistribute it and/or modify
  4. # it under the terms of the GNU Affero General Public License as
  5. # published by the Free Software Foundation, either version 3 of the
  6. # License, or (at your option) any later version.
  7. #
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU Affero General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU Affero General Public License
  14. # along with this program.
  15. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  16. ##############################################################################
  17. {
  18. "name": "Easy My Coop Export XLSX",
  19. "summary": """
  20. Generate a xlsx file with information on current state of subscription
  21. request, cooperators and capital release request.
  22. """,
  23. "author": "Coop IT Easy SCRLfs",
  24. "license": "AGPL-3",
  25. "version": "12.0.0.0.1",
  26. "website": "https://www.coopiteasy.be",
  27. "category": "Cooperative Management",
  28. "depends": ["easy_my_coop"],
  29. "external_dependencies": {"python": ["xlsxwriter"]},
  30. "data": ["wizard/export_global_wizard.xml"],
  31. "installable": False,
  32. }