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.

36 lines
842 B

  1. {
  2. 'name': "Beescoop link with easy my coop",
  3. 'summary': """
  4. Module that made the link between beesdoo customization
  5. and easy_my_coop
  6. """,
  7. 'description': """
  8. """,
  9. 'author': "BEES coop, Coop IT Easy",
  10. 'website': "https://github.com/beescoop/Obeesdoo",
  11. 'category': 'Cooperative management',
  12. 'version': '12.0.1.0.0',
  13. 'depends': ['beesdoo_base',
  14. 'beesdoo_shift',
  15. 'easy_my_coop',
  16. 'easy_my_coop_website',
  17. 'partner_age',
  18. ],
  19. 'data': [
  20. 'views/res_company.xml',
  21. 'views/subscription_request.xml',
  22. 'views/subscription_templates.xml',
  23. 'views/product.xml',
  24. 'views/res_partner.xml'
  25. ],
  26. 'demo': [
  27. 'demo/product_share.xml',
  28. ],
  29. 'auto_install': True,
  30. }