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.

34 lines
822 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': "Beescoop - Cellule IT",
  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_eater',
  17. 'easy_my_coop_website',
  18. ],
  19. 'data': [
  20. 'data/product_share.xml',
  21. 'views/partner.xml',
  22. 'views/res_company.xml',
  23. 'views/subscription_request.xml',
  24. 'views/subscription_templates.xml',
  25. 'views/product.xml'
  26. ],
  27. 'auto_install': True,
  28. }