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.

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