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
764 B

  1. # Copyright 2019 Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
  2. # - Houssine BAKKALI - <houssine@coopiteasy.be>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Easy My Coop Loan Issues Website",
  6. "version": "12.0.1.0.1",
  7. "depends": [
  8. "easy_my_coop_loan",
  9. "easy_my_coop_website",
  10. "website",
  11. ],
  12. "author": "Coop IT Easy SCRLfs",
  13. "category": "Cooperative management",
  14. "website": "http://www.coopiteasy.be",
  15. "license": "AGPL-3",
  16. "summary": """
  17. This module implements the subscription page
  18. for bonds and subordinated loans.
  19. """,
  20. "data": [
  21. "data/website_loan_data.xml",
  22. "template/loan_issue_template.xml"
  23. ],
  24. "installable": True,
  25. }