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.

62 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. 'version': '12.0.3.0.1',
  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. 'data/easy_my_coop_data.xml',
  30. 'data/paperformat.xml',
  31. 'security/res_groups.xml',
  32. 'security/ir.model.access.csv',
  33. 'wizard/create_subscription_from_partner.xml',
  34. 'wizard/update_partner_info.xml',
  35. 'wizard/validate_subscription_request.xml',
  36. 'wizard/update_share_line.xml',
  37. 'views/subscription_request_view.xml',
  38. 'views/email_template_view.xml',
  39. 'views/res_partner_view.xml',
  40. 'views/cooperator_register_view.xml',
  41. 'views/operation_request_view.xml',
  42. 'views/account_invoice_view.xml',
  43. 'views/product_view.xml',
  44. 'views/res_company_view.xml',
  45. 'views/account_journal_view.xml',
  46. 'views/menus.xml',
  47. 'report/easy_my_coop_report.xml',
  48. 'report/layout.xml',
  49. 'report/cooperator_invoice_G002.xml',
  50. 'report/cooperator_certificat_G001.xml',
  51. 'report/cooperator_subscription_G001.xml',
  52. 'report/cooperator_register_G001.xml',
  53. 'data/mail_template_data.xml', # Must be loaded after reports
  54. ],
  55. 'demo': [
  56. 'demo/coop.xml',
  57. 'demo/users.xml',
  58. ],
  59. 'installable': True,
  60. 'application': True,
  61. }