{ 'name': 'MuK Dialog', 'summary': 'Adds options for the dialogs', 'description': ''' This module adds an option to dialogs to expand it to full screen mode. Each user can the initial state of the dialogs in their preferences. ''', 'version': '17.0.1.0.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 ', ], 'depends': [ 'web', ], 'data': [ 'views/res_users.xml', ], 'assets': { 'web.assets_backend': [ ( 'after', 'web/static/src/core/dialog/dialog.js', '/muk_web_dialog/static/src/core/dialog/dialog.js', ), ( 'after', 'web/static/src/core/dialog/dialog.scss', '/muk_web_dialog/static/src/core/dialog/dialog.scss', ), ( 'after', 'web/static/src/core/dialog/dialog.xml', '/muk_web_dialog/static/src/core/dialog/dialog.xml', ), ], }, 'images': [ 'static/description/banner.png', ], 'installable': True, 'application': False, 'auto_install': False, }