2018-01-16 06:58:15 +01:00
|
|
|
# -*- 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-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
{
|
2018-07-13 11:51:12 +02:00
|
|
|
'name': 'Flectra Settings Dashboard',
|
2018-01-16 12:08:17 +01:00
|
|
|
'author': 'Odoo S.A.',
|
2018-01-16 06:58:15 +01:00
|
|
|
'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
|
2018-07-19 12:52:28 +02:00
|
|
|
==================
|
2018-01-16 06:58:15 +01:00
|
|
|
* 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,
|
|
|
|
}
|