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.

25 lines
492 B

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