50 lines
1.5 KiB
Python
50 lines
1.5 KiB
Python
{
|
|
'name': 'MuK Chatter',
|
|
'summary': 'Adds options for the chatter',
|
|
'description': '''
|
|
This module improves the design of the chatter and adds a user
|
|
preference to set the position of the chatter in the form view.
|
|
''',
|
|
'version': '17.0.1.2.0',
|
|
'category': 'Tools/UI',
|
|
'license': 'LGPL-3',
|
|
'author': 'MuK IT',
|
|
'website': 'http://www.mukit.at',
|
|
'live_test_url': 'https://mukit.at/demo',
|
|
'contributors': [
|
|
'Mathias Markl <mathias.markl@mukit.at>',
|
|
],
|
|
'depends': [
|
|
'mail',
|
|
],
|
|
'data': [
|
|
'views/res_users.xml',
|
|
],
|
|
'assets': {
|
|
'web._assets_primary_variables': [
|
|
(
|
|
'after',
|
|
'web/static/src/scss/primary_variables.scss',
|
|
'muk_web_chatter/static/src/scss/variables.scss'
|
|
),
|
|
],
|
|
'web.assets_backend': [
|
|
'muk_web_chatter/static/src/core/**/*.js',
|
|
'muk_web_chatter/static/src/core/**/*.xml',
|
|
'muk_web_chatter/static/src/core/**/*.scss',
|
|
(
|
|
'after',
|
|
'mail/static/src/views/web/form/form_compiler.js',
|
|
'muk_web_chatter/static/src/views/form/form_compiler.js'
|
|
),
|
|
'muk_web_chatter/static/src/views/form/form_renderer.js',
|
|
],
|
|
},
|
|
'images': [
|
|
'static/description/banner.png',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|