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
24 lines
491 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'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',
|
|
],
|
|
}
|