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.

63 lines
2.2 KiB

  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. # Robin Keunen <robin@coopiteasy.be>
  5. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Easy My Coop",
  8. "summary": "Manage your cooperative shares",
  9. "version": "12.0.3.0.1",
  10. "depends": [
  11. "base",
  12. "web",
  13. "sale",
  14. "account",
  15. "base_iban",
  16. "product",
  17. "partner_age",
  18. "partner_firstname",
  19. "partner_contact_birthdate",
  20. "partner_contact_address",
  21. "email_template_config",
  22. ],
  23. "author": "Coop IT Easy SCRLfs",
  24. "category": "Cooperative management",
  25. "website": "https://www.coopiteasy.be",
  26. "license": "AGPL-3",
  27. "description": """
  28. This module allows to manage the cooperator subscription and all the
  29. cooperative business processes.
  30. """,
  31. "data": [
  32. "data/easy_my_coop_data.xml",
  33. "data/paperformat.xml",
  34. "security/res_groups.xml",
  35. "security/ir.model.access.csv",
  36. "wizard/create_subscription_from_partner.xml",
  37. "wizard/cooperative_history_wizard.xml", # todo remove?
  38. "wizard/update_partner_info.xml",
  39. "wizard/validate_subscription_request.xml",
  40. "wizard/update_share_line.xml",
  41. "views/subscription_request_view.xml",
  42. "views/email_template_view.xml",
  43. "views/res_partner_view.xml",
  44. "views/cooperator_register_view.xml",
  45. "views/operation_request_view.xml",
  46. "views/account_invoice_view.xml",
  47. "views/product_view.xml",
  48. "views/res_company_view.xml",
  49. "views/account_journal_view.xml",
  50. "views/menus.xml",
  51. "report/easy_my_coop_report.xml",
  52. "report/layout.xml",
  53. "report/cooperator_invoice_G002.xml",
  54. "report/cooperator_certificat_G001.xml",
  55. "report/cooperator_subscription_G001.xml",
  56. "report/cooperator_register_G001.xml",
  57. "data/mail_template_data.xml", # Must be loaded after reports
  58. ],
  59. "demo": ["demo/coop.xml", "demo/users.xml"],
  60. "installable": True,
  61. "application": True,
  62. }