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.

54 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.1",
  8. "depends": [
  9. "base",
  10. "sale",
  11. "account",
  12. "base_iban",
  13. "product",
  14. "partner_firstname",
  15. "partner_contact_birthdate",
  16. "partner_contact_address",
  17. "email_template_config",
  18. ],
  19. "author": "Coop IT Easy SCRLfs",
  20. "category": "Cooperative management",
  21. "website": "https://www.coopiteasy.be",
  22. "license": "AGPL-3",
  23. "description": """
  24. This module allows to manage the cooperator subscription and all the
  25. cooperative business processes.
  26. """,
  27. 'data': [
  28. 'security/easy_my_coop_security.xml',
  29. 'security/ir.model.access.csv',
  30. 'data/easy_my_coop_data.xml',
  31. 'wizard/create_subscription_from_partner.xml',
  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. 'report/easy_my_coop_report.xml',
  45. 'report/cooperator_invoice_G002.xml',
  46. 'report/cooperator_certificat_G001.xml',
  47. 'report/cooperator_subscription_G001.xml',
  48. 'report/cooperator_register_G001.xml',
  49. 'data/mail_template_data.xml', # Must be loaded after reports
  50. ],
  51. 'installable': True,
  52. 'application': True,
  53. }