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. "version": "'12.0.1.0.0'",
  8. "depends": ["base",
  9. "sale",
  10. "account",
  11. "base_iban",
  12. "product",
  13. "partner_firstname",
  14. "partner_contact_birthdate",
  15. "partner_contact_address",
  16. "website",
  17. "website_form_recaptcha",
  18. "theme_light",
  19. "email_template_config",
  20. ],
  21. "author": "Coop IT Easy SCRLfs",
  22. "category": "Cooperative management",
  23. "website": "www.coopiteasy.be",
  24. "license": "AGPL-3",
  25. "description": """
  26. This module allows to manage the cooperator subscription and all the
  27. cooperative business processes.
  28. """,
  29. 'data': [
  30. 'security/easy_my_coop_security.xml',
  31. 'security/ir.model.access.csv',
  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. 'view/subscription_request_view.xml',
  37. 'view/email_template_view.xml',
  38. 'view/res_partner_view.xml',
  39. 'view/cooperator_register_view.xml',
  40. 'view/operation_request_view.xml',
  41. 'view/account_invoice_view.xml',
  42. # 'view/subscription_template.xml',
  43. 'view/product_view.xml',
  44. 'view/res_company_view.xml',
  45. 'view/account_journal_view.xml',
  46. 'data/easy_my_coop_data.xml',
  47. 'report/easy_my_coop_report.xml',
  48. 'report/cooperator_invoice_G002.xml',
  49. 'report/cooperator_certificat_G001.xml',
  50. 'report/cooperator_subscription_G001.xml',
  51. 'report/cooperator_register_G001.xml',
  52. 'data/mail_template_data.xml',
  53. ],
  54. 'installable': False,
  55. 'application': True,
  56. }