flectra/addons/web_settings_dashboard/__manifest__.py

28 lines
744 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
2018-01-16 11:34:37 +01:00
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
2018-07-13 11:51:12 +02:00
'name': 'Flectra Settings Dashboard',
2018-01-16 12:08:17 +01:00
'author': 'Odoo S.A.',
'version': '1.0',
'summary': 'Quick actions for installing new app, adding users, completing planners, etc.',
'category': 'Extra Tools',
'description':
"""
2018-07-13 11:51:12 +02:00
Flectra dashboard
==============
* Quick access to install apps
* Quick users add
* Access all planners at one place
* Quick access to the `App Store` and `Theme Store`
""",
'data': [
'views/dashboard_views.xml',
'views/dashboard_templates.xml',
],
'depends': ['web_planner'],
'qweb': ['static/src/xml/dashboard.xml'],
'auto_install': True,
}