You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
847 B
29 lines
847 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Simone Orsi <simone.orsi@camptocamp.com>
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
'name': 'Mail digest',
|
|
'summary': """Basic digest mail handling.""",
|
|
'version': '10.0.1.0.2',
|
|
'license': 'AGPL-3',
|
|
'author': 'Camptocamp,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/social',
|
|
'depends': [
|
|
'mail',
|
|
],
|
|
'data': [
|
|
'data/ir_cron.xml',
|
|
'data/config_param.xml',
|
|
'security/ir.model.access.csv',
|
|
'security/record_rules.xml',
|
|
'views/mail_digest_views.xml',
|
|
'views/partner_views.xml',
|
|
'views/user_views.xml',
|
|
'templates/digest_default.xml',
|
|
'templates/digest_layout_preview.xml',
|
|
],
|
|
'images': [
|
|
'static/description/preview.png',
|
|
]
|
|
}
|