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
969 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Beescoop link with easy my coop",
  4. 'summary': """
  5. Module that made the link between beesdoo customization and easy_my_coop
  6. """,
  7. 'description': """
  8. """,
  9. 'author': "Beescoop - Cellule IT",
  10. 'website': "https://github.com/beescoop/Obeesdoo",
  11. # Categories can be used to filter modules in modules listing
  12. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  13. # for the full list
  14. 'category': 'Cooperative management',
  15. 'version': '1.0',
  16. # any module necessary for this one to work correctly
  17. 'depends': ['beesdoo_base', 'beesdoo_shift', 'easy_my_coop', 'easy_my_coop_eater'],
  18. # always loaded
  19. 'data': [
  20. 'data/product_share.xml',
  21. 'views/partner.xml',
  22. 'views/subscription_request.xml',
  23. 'views/subscription_templates.xml',
  24. ],
  25. 'auto_install': True,
  26. # only loaded in demonstration mode
  27. }