diff --git a/cab_management/static/description/cybro_logo.png b/cab_management/static/description/cybro_logo.png new file mode 100644 index 000000000..bb309114c Binary files /dev/null and b/cab_management/static/description/cybro_logo.png differ diff --git a/cab_management/static/description/index.html b/cab_management/static/description/index.html index 06eceaef2..59bc18a4b 100644 --- a/cab_management/static/description/index.html +++ b/cab_management/static/description/index.html @@ -148,12 +148,33 @@

Email

- Email is sent on the successfull booking of a particular cab to the user. + Email is sent on the successful booking of a particular cab to the user.

+
+

You Looking for a free Documentation of this Application.?

+

Give a Request Mail to:    oddo@cybrosys.com

+
+ +
+

Need Any Help?

+
+ Email Contact Us Request Customization +
+ +
+ diff --git a/sent_mails/__openerp__.py b/sent_mails/__openerp__.py index 3313a0633..e0002553d 100644 --- a/sent_mails/__openerp__.py +++ b/sent_mails/__openerp__.py @@ -36,6 +36,8 @@ 'static/src/xml/client_action_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..3313a0633 --- /dev/null +++ b/sent_mails/__openerp__.py~ @@ -0,0 +1,41 @@ +# -*- 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', + ], + 'qweb': [ + 'static/src/xml/client_action_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