2018-01-16 11:28:15 +05:30
|
|
|
# -*- coding: utf-8 -*-
|
2018-01-16 02:34:37 -08:00
|
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
2018-01-16 11:28:15 +05:30
|
|
|
|
|
|
|
{
|
2018-07-13 09:51:12 +00:00
|
|
|
'name': 'Flectra Settings Dashboard',
|
2018-01-16 16:38:17 +05:30
|
|
|
'author': 'Odoo S.A.',
|
2018-01-16 11:28:15 +05:30
|
|
|
'version': '1.0',
|
|
|
|
'summary': 'Quick actions for installing new app, adding users, completing planners, etc.',
|
|
|
|
'category': 'Extra Tools',
|
|
|
|
'description':
|
|
|
|
"""
|
2018-07-13 09:51:12 +00:00
|
|
|
Flectra dashboard
|
2018-07-19 16:22:28 +05:30
|
|
|
==================
|
2018-01-16 11:28:15 +05:30
|
|
|
* 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,
|
|
|
|
}
|