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.

56 lines
1.9 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. "version": "12.0.2.0.2",
  8. "depends": [
  9. "base",
  10. "web",
  11. "sale",
  12. "account",
  13. "base_iban",
  14. "product",
  15. "partner_firstname",
  16. "partner_contact_birthdate",
  17. "partner_contact_address",
  18. "email_template_config",
  19. ],
  20. "author": "Coop IT Easy SCRLfs",
  21. "category": "Cooperative management",
  22. "website": "https://www.coopiteasy.be",
  23. "license": "AGPL-3",
  24. "description": """
  25. This module allows to manage the cooperator subscription and all the
  26. cooperative business processes.
  27. """,
  28. 'data': [
  29. 'security/easy_my_coop_security.xml',
  30. 'security/ir.model.access.csv',
  31. 'data/easy_my_coop_data.xml',
  32. 'wizard/create_subscription_from_partner.xml',
  33. 'wizard/update_partner_info.xml',
  34. 'wizard/validate_subscription_request.xml',
  35. 'wizard/update_share_line.xml',
  36. 'views/subscription_request_view.xml',
  37. 'views/email_template_view.xml',
  38. 'views/res_partner_view.xml',
  39. 'views/cooperator_register_view.xml',
  40. 'views/operation_request_view.xml',
  41. 'views/account_invoice_view.xml',
  42. 'views/product_view.xml',
  43. 'views/res_company_view.xml',
  44. 'views/account_journal_view.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. 'installable': True,
  54. 'application': True,
  55. }