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.

29 lines
1002 B

4 years ago
4 years ago
4 years ago
4 years ago
4 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. "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs",
  14. "website": "https://github.com/beescoop/Obeesdoo",
  15. "category": "Sales",
  16. "version": "12.0.1.0.1",
  17. "depends": ["point_of_sale", "purchase", "portal", "partner_firstname"],
  18. "data": [
  19. "security/groups.xml",
  20. "security/ir.model.access.csv",
  21. "views/partner.xml",
  22. "wizard/views/member_card.xml",
  23. "wizard/views/partner.xml",
  24. "report/beescard.xml",
  25. ],
  26. "installable": True,
  27. "demo": ["demo/cooperators.xml", "demo/eaters.xml"],
  28. "license": "AGPL-3",
  29. }