diff --git a/sent_mails/__openerp__.py b/sent_mails/__openerp__.py index 594908374..a8608ecc2 100644 --- a/sent_mails/__openerp__.py +++ b/sent_mails/__openerp__.py @@ -32,6 +32,8 @@ 'data': [ 'views/get_sent_mails.xml', ], + 'images': ['static/description/banner.jpg'], + 'license': 'AGPL-3', 'installable': True, 'auto_install': False } diff --git a/sent_mails/__openerp__.py~ b/sent_mails/__openerp__.py~ new file mode 100644 index 000000000..594908374 --- /dev/null +++ b/sent_mails/__openerp__.py~ @@ -0,0 +1,37 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2009-TODAY Cybrosys Technologies(). +# Author: Nilmar Shereef() +# you can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# It is forbidden to publish, distribute, sublicense, or sell copies +# of the Software or modified copies of the Software. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# If not, see . +# +############################################################################## +{ + 'name': 'Sent Mails', + 'version': '1.0', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + "category": "Discuss", + 'depends': ['base', 'mail'], + 'license': 'AGPL-3', + 'data': [ + 'views/get_sent_mails.xml', + ], + 'installable': True, + 'auto_install': False +} diff --git a/sent_mails/static/description/banner.jpg b/sent_mails/static/description/banner.jpg new file mode 100644 index 000000000..b016f2331 Binary files /dev/null and b/sent_mails/static/description/banner.jpg differ diff --git a/sent_mails/static/description/icon.png b/sent_mails/static/description/icon.png index b34677ee0..ef715bb6d 100644 Binary files a/sent_mails/static/description/icon.png and b/sent_mails/static/description/icon.png differ