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.1 KiB

  1. # -*- coding: utf-8 -*-
  2. # © 2013-2018 Open Architects Consulting SPRL.
  3. # © 2018 Coop IT Easy SCRLfs. (<http://www.coopiteasy.be>)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Easy My Coop",
  7. "version": "9.1.0.0.3",
  8. "depends": ["base",
  9. "sale",
  10. "purchase",
  11. "account_accountant",
  12. "product",
  13. "partner_firstname",
  14. "partner_contact_birthdate",
  15. "partner_contact_address",
  16. "website",
  17. "website_recaptcha_reloaded",
  18. "theme_light",
  19. "base_iban",
  20. "email_template_config",
  21. ],
  22. "author": "Houssine BAKKALI <houssine@coopiteasy.be>",
  23. "category": "Cooperative management",
  24. "website": "www.coopiteasy.be",
  25. "license": "AGPL-3",
  26. "description": """
  27. This module allows to manage the cooperator subscription and all the
  28. cooperative business processes.
  29. """,
  30. 'data': [
  31. 'security/easy_my_coop_security.xml',
  32. 'security/ir.model.access.csv',
  33. 'view/menu_item_view.xml',
  34. 'wizard/create_subscription_from_partner.xml',
  35. 'wizard/update_partner_info.xml',
  36. 'wizard/validate_subscription_request.xml',
  37. 'wizard/update_share_line.xml',
  38. 'view/subscription_request_view.xml',
  39. 'view/email_template_view.xml',
  40. 'view/res_partner_view.xml',
  41. 'view/cooperator_register_view.xml',
  42. 'view/operation_request_view.xml',
  43. 'view/account_invoice_view.xml',
  44. 'view/subscription_template.xml',
  45. 'view/product_view.xml',
  46. 'view/res_company_view.xml',
  47. 'view/account_journal_view.xml',
  48. 'view/menu.xml',
  49. 'data/easy_my_coop_data.xml',
  50. 'report/easy_my_coop_report.xml',
  51. 'report/cooperator_invoice_G002.xml',
  52. 'report/cooperator_certificat_G001.xml',
  53. 'report/cooperator_subscription_G001.xml',
  54. 'report/cooperator_register_G001.xml',
  55. 'data/mail_template_data.xml',
  56. ],
  57. 'demo': [
  58. 'demo/coop.xml',
  59. ],
  60. 'installable': True,
  61. 'application': True,
  62. }