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.

27 lines
864 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 Bond and Subordinated Loan Issues",
  6. "version": "12.0.1.0.1",
  7. "depends": ["easy_my_coop"],
  8. "author": "Coop IT Easy SCRLfs",
  9. "category": "Cooperative management",
  10. "website": "http://www.coopiteasy.be",
  11. "license": "AGPL-3",
  12. "summary": """
  13. This module allows to manage the bonds and
  14. subordinated loans subscription life cycle.
  15. """,
  16. "data": [
  17. "security/ir.model.access.csv",
  18. "data/actions.xml",
  19. "data/mail_template_data.xml",
  20. "views/loan_view.xml",
  21. "views/partner_view.xml",
  22. "views/menus.xml",
  23. ],
  24. "demo": ["demo/coop.xml"],
  25. "installable": True,
  26. }