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.

27 lines
634 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': '0.1',
  13. 'depends': ['point_of_sale'],
  14. 'data': [
  15. 'security/ir.model.access.csv',
  16. 'views/partner.xml',
  17. 'wizard/views/new_member_card.xml',
  18. 'wizard/views/request_membercard_printing.xml',
  19. 'wizard/views/set_membercard_as_printed.xml',
  20. ],
  21. }