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

4 years ago
  1. # Copyright 2020 - ongoing 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 Account",
  6. "version": "12.0.1.0.0",
  7. "depends": [
  8. "account",
  9. "account_fiscal_year",
  10. "easy_my_coop_loan",
  11. ],
  12. "author": "Coop IT Easy SCRLfs",
  13. "category": "Cooperative management",
  14. "website": "https://www.coopiteasy.be",
  15. "license": "AGPL-3",
  16. "summary": """
  17. This module brings the accounting part of the loan issue.
  18. It has for purpose to generate all the accounting entries to the covered
  19. use cases.
  20. """,
  21. "data": [
  22. "data/emc_loan_account_data.xml",
  23. "views/res_company_view.xml",
  24. "views/loan_issue_line_view.xml",
  25. "wizard/end_of_year_operation.xml",
  26. ],
  27. "installable": True,
  28. }