[IMP]project_assignees:notify assignees
This commit is contained in:
26
project_followers/__manifest__.py
Normal file
26
project_followers/__manifest__.py
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
'name': 'Project Followers',
|
||||
'version': '14.0.1.0.0',
|
||||
'description': 'disable partner checked by while sending a message in project task chatter',
|
||||
'summary': '',
|
||||
'author': '',
|
||||
'website': '',
|
||||
'license': 'LGPL-3',
|
||||
'category': '',
|
||||
'depends': [
|
||||
'base','mail'
|
||||
],
|
||||
'data': [
|
||||
''
|
||||
],
|
||||
'demo': [
|
||||
''
|
||||
],
|
||||
'auto_install': False,
|
||||
'application': False,
|
||||
"assets": {
|
||||
"web.assets_frontend": [
|
||||
"project_followers/static/src/js/suggested_recipient_info_custom.js",
|
||||
],
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user