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

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Beescoop Base Module",
  4. "summary": """
  5. Module that customize the base module and contains some python tools
  6. """,
  7. "description": """
  8. """,
  9. "author": "Beescoop - Cellule IT",
  10. "website": "https://github.com/beescoop/Obeesdoo",
  11. "category": "Project Management",
  12. "version": "9.0.1.0.1",
  13. "depends": [
  14. "point_of_sale",
  15. "purchase",
  16. "report",
  17. "portal",
  18. "partner_firstname",
  19. ],
  20. "data": [
  21. "security/groups.xml",
  22. "security/ir.model.access.csv",
  23. "data/cron.xml",
  24. "views/partner.xml",
  25. "wizard/views/member_card.xml",
  26. "wizard/views/partner.xml",
  27. "data/default_contact.xml",
  28. "report/beescard.xml",
  29. ],
  30. 'demo': [
  31. 'demo/cooperators.xml',
  32. 'demo/users.xml',
  33. ]
  34. }