Browse Source

Initial Commit

pull/81/head
SHEREEF PT 8 years ago
parent
commit
83316305f7
  1. BIN
      cab_management/static/description/cybro_logo.png
  2. 23
      cab_management/static/description/index.html
  3. 2
      sent_mails/__openerp__.py
  4. 41
      sent_mails/__openerp__.py~
  5. BIN
      sent_mails/static/description/banner.jpg
  6. BIN
      sent_mails/static/description/icon.png

BIN
cab_management/static/description/cybro_logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

23
cab_management/static/description/index.html

@ -148,12 +148,33 @@
</div>
<h3 class="oe_slogan"> Email</h3>
<p><center>
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.
</center></p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<h2 class="oe_slogan" style="margin-top:20px;" >You Looking for a free Documentation of this Application.?</h2>
<h3 class="oe_slogan">Give a Request Mail to:&nbsp;&nbsp;<i class="fa fa-envelope" aria-hidden="true"></i>&nbsp;&nbsp;<a href="#" style="color:blue;">oddo@cybrosys.com</a></h3>
</section>
<section class="oe_container oe_dark">
<h2 class="oe_slogan" style="margin-top:20px;" >Need Any Help?</h2>
<div class="oe_slogan" style="margin-top:10px !important;">
<a class="btn btn-primary btn-lg mt8"
style="color: #FFFFFF !important;" href="http://www.cybrosys.com"><i
class="fa fa-envelope"></i> Email </a> <a
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
href="http://www.cybrosys.com/contact/"><i
class="fa fa-phone"></i> Contact Us </a> <a
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
href="http://www.cybrosys.com/odoo-customization-and-installation/"><i
class="fa fa-check-square"></i> Request Customization </a>
</div>
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
</section>

2
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
}

41
sent_mails/__openerp__.py~

@ -0,0 +1,41 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2009-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Nilmar Shereef(<http://www.cybrosys.com>)
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'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
}

BIN
sent_mails/static/description/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

BIN
sent_mails/static/description/icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save