Public release from ruodoo-project: 19.0 - 2026-07-26 21:17:35 UTC
This commit is contained in:
16
tier_communications_matrix/__manifest__.py
Normal file
16
tier_communications_matrix/__manifest__.py
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
'name': 'Tier Communications - Matrix',
|
||||
'version': '19.0.1.0.0',
|
||||
'category': 'Discuss',
|
||||
'summary': 'Matrix channel integration for Tier Communications',
|
||||
'author': 'Tier',
|
||||
'depends': ['tier_communications'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'data/tier_channel_tag_matrix_data.xml',
|
||||
'views/res_users_matrix_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Reference in New Issue
Block a user