[IMP]project_assignees:notify assignees

This commit is contained in:
2023-11-16 11:23:58 +01:00
parent 90cfdb2495
commit db6c821698
8 changed files with 90 additions and 3 deletions

View 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",
],
},
}