29 lines
730 B
Python
29 lines
730 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'KPI Digests',
|
|
'category': 'Marketing',
|
|
'description': """
|
|
Send KPI Digests periodically
|
|
=============================
|
|
""",
|
|
'version': '1.1',
|
|
'depends': [
|
|
'mail',
|
|
'portal',
|
|
'resource',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/digest_data.xml',
|
|
'data/digest_tips_data.xml',
|
|
'data/ir_cron_data.xml',
|
|
'data/res_config_settings_data.xml',
|
|
'views/digest_views.xml',
|
|
'views/digest_templates.xml',
|
|
'views/res_config_settings_views.xml',
|
|
],
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
}
|