Files
gsinghpal e9cf75ee48 changes
2026-03-14 12:04:20 -04:00

44 lines
1.4 KiB
Python

# -*- coding: utf-8 -*-
# Copyright 2024-2026 Nexa Systems Inc.
# License OPL-1 (Odoo Proprietary License v1.0)
{
'name': 'Fusion Chatter Enhance',
'version': '19.0.1.0.0',
'category': 'Productivity',
'summary': 'Resizable, collapsible chatter panel with per-user position preference.',
'description': """
Fusion Chatter Enhance
======================
Enhances the Odoo chatter panel with:
- Drag-to-resize: grab the panel edge to change width
- Quick toggle: hover button to show/hide the chatter
- Bottom position: move chatter below the form in user preferences
- Per-user setting: each user picks their own chatter layout
- Icon-only topbar buttons with tooltips for compact display
Copyright 2024-2026 Nexa Systems Inc. All rights reserved.
""",
'author': 'Nexa Systems Inc.',
'website': 'https://www.nexasystems.ca',
'license': 'OPL-1',
'depends': [
'base',
'mail',
],
'data': [
'views/res_users_views.xml',
'views/templates.xml',
],
'assets': {
'web.assets_backend': [
'fusion_chatter_enhance/static/src/scss/chatter_enhance.scss',
'fusion_chatter_enhance/static/src/js/chatter_panel.js',
],
},
'installable': True,
'auto_install': False,
'application': False,
}