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

{
'name': "Beescoop Base Module",
'summary': """
Module that simply add a firstname on the module res.partner
replace the community module from the same name for the beescoop
""",
'description': """
""",
'author': "Beescoop - Cellule IT",
'website': "https://github.com/beescoop/Obeesdoo",
'category': 'Contact',
'version': '1.0',
'depends': ['base'],
'data': [
'views/res_partner.xml',
],
'installable': True
}