changes
This commit is contained in:
43
fusion_chatter_enhance/__manifest__.py
Normal file
43
fusion_chatter_enhance/__manifest__.py
Normal file
@@ -0,0 +1,43 @@
|
||||
# -*- 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,
|
||||
}
|
||||
Reference in New Issue
Block a user