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.

24 lines
491 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Beescoop Base Module",
  4. 'summary': """
  5. Module that simply add a firstname on the module res.partner
  6. replace the community module from the same name for the beescoop
  7. """,
  8. 'description': """
  9. """,
  10. 'author': "Beescoop - Cellule IT",
  11. 'website': "https://github.com/beescoop/Obeesdoo",
  12. 'category': 'Contact',
  13. 'version': '1.0',
  14. 'depends': ['base'],
  15. 'data': [
  16. 'views/res_partner.xml',
  17. ],
  18. }