custom_disable_ai/__manifest__.py
2026-01-29 16:57:39 +07:00

17 lines
376 B
Python

{
'name': 'Custom Disable AI Icon',
'version': '1.0',
'category': 'Hidden',
'summary': 'Hide AI Icon for specific users',
'depends': ['ai', 'web'],
'data': [
'security/security.xml',
],
'assets': {
'web.assets_backend': [
'custom_disable_ai/static/src/systray_patch.js',
],
},
'license': 'LGPL-3',
}