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.

40 lines
1.0 KiB

5 years ago
  1. # Copyright 2017 - 2020 BEES coop SCRLfs
  2. # - Robin Keunen <robin@coopiteasy.be>
  3. # - Houssine bakkali <houssine@coopiteasy.be>
  4. # - Rémy Taymans <remy@coopiteasy.be>
  5. # - Elise Dupont
  6. # - Thibault François
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  8. {
  9. 'name': "Beescoop Base Module",
  10. 'summary': """
  11. Module that customize the base module and contains some python tools
  12. """,
  13. 'description': """
  14. """,
  15. 'author': "Beescoop - Cellule IT",
  16. 'website': "https://github.com/beescoop/Obeesdoo",
  17. 'category': 'Sales',
  18. 'version': '12.0.1.0.0',
  19. 'depends': ['point_of_sale', 'purchase', 'portal', 'partner_firstname'],
  20. 'data': [
  21. 'security/groups.xml',
  22. 'security/ir.model.access.csv',
  23. 'views/partner.xml',
  24. 'wizard/views/member_card.xml',
  25. 'wizard/views/partner.xml',
  26. 'data/default_contact.xml',
  27. 'report/beescard.xml',
  28. ],
  29. 'installable': True,
  30. 'demo': [
  31. 'demo/cooperators.xml',
  32. 'demo/users.xml',
  33. ]
  34. }