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.

28 lines
691 B

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