1
# -*- coding: utf-8 -*-
2
##############################################################################
4
# OpenERP, Open Source Management Solution
5
# Copyright (c) 2010-2014 Elico Corp. All Rights Reserved.
6
# Augustin Cisterne-Kaas <augustin.cisterne-kaas@elico-corp.com>
8
# This program is free software: you can redistribute it and/or modify
9
# it under the terms of the GNU Affero General Public License as
10
# published by the Free Software Foundation, either version 3 of the
11
# License, or (at your option) any later version.
13
# This program is distributed in the hope that it will be useful,
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU Affero General Public License for more details.
18
# You should have received a copy of the GNU Affero General Public License
19
# along with this program. If not, see <http://www.gnu.org/licenses/>.
21
##############################################################################
22
{'name': 'Mail Organizer',
24
'category': 'Social Network',
25
'depends': ['web_polymorphic', 'mail'],
26
'author': 'Elico Corp',
28
'website': 'https://www.elico-corp.com',
30
This module allows you to assign a message to an existing or
31
a new resource dynamically.
33
You can configure the available model through
34
"Settings" -> "Technical" -> "Email Organizer"
36
Screencasts available at:
37
https://www.youtube.com/watch?v=XYgswq6_J1I
38
http://v.youku.com/v_show/id_XNjc3Njc0Nzky.html
42
'data': ['wizard/wizard_mail_organizer_view.xml',
45
'static/src/xml/mail.xml'
48
'static/src/js/mail.js'
51
'static/src/css/mail.css'