Skip to content

Commit

Permalink
📖 html created, rst updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzilia committed Jul 22, 2019
1 parent 8ceb1e6 commit c8e0221
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res_partner_skype/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@
Skype field for partners
==========================

Adds skype field to partner form. When you click on skype address, chat window is opened.

Further information and discussion: http://yelizariev.github.io/odoo/module/2015/03/31/skype.html
This module adds a Skype field along with a widget to integrate Skype chat window of the contact account while clicking on it.

Credits
=======

Contributors
------------
* 'Ivan Yelizariev <yelizariev@it-projects.info>'__
* `Ivan Yelizariev <yelizariev@it-projects.info>`__

Sponsors
--------
Expand All @@ -36,6 +34,8 @@ Maintainers
Further information
===================

Further information and discussion: http://yelizariev.github.io/odoo/module/2015/03/31/skype.html

Demo: http://runbot.it-projects.info/demo/misc-addons/11.0

HTML Description: https://apps.odoo.com/apps/modules/11.0/res_partner_skype/
Expand Down
2 changes: 2 additions & 0 deletions res_partner_skype/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ Usage
* Specify Skype field
* Click on ``[Save]`` button
* On the form view click on skype address to open chat window.

RESULT: Skype chat window of the contact account integrated while clicking on it.
71 changes: 71 additions & 0 deletions res_partner_skype/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Skype field for partners</h2>
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<p>
This module adds a Skype field along with a widget to integrate Skype chat window of the contact account while clicking on it.
</p>
</div>
<div class="oe_row_img oe_centered">
<img class="oe_demo oe_picture oe_screenshot" src="res_partner_skype.png"/>
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span8">
<h2>Need our service?</h2>
<p class="oe_mt32">Contact us by <a href="mailto:apps@it-projects.info">email</a> or fill out <a href="https://www.it-projects.info/page/website.contactus " target="_blank">request form</a></p>
<ul>
<li><a href="mailto:apps@it-projects.info">apps@it-projects.info <i class="fa fa-envelope-o"></i></a></li>
<li><a href="https://www.it-projects.info/page/website.contactus " target="_blank">https://www.it-projects.info/page/website.contactus <i class="fa fa-list-alt"></i></a></li>
</ul>
</div>
<div class="oe_span4">
<div class="stamp" style="width:200px;">
<div style="margin-top: 15px;
position: relative;
font-family:'Vollkorn', serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #75526b;
border: 3px dashed #75526b;
float: left;
padding: 4px 12px;
-webkit-transform: rotate(6deg);
-o-transform: rotate(6deg);
-moz-transform: rotate(6deg);
-ms-transform: rotate(6deg);">
Tested on Odoo<br/>11.0 community
</div>
<div style="margin-top: 15px;
position: relative;
font-family:'Vollkorn', serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #75526b;
border: 3px dashed #75526b;
float: left;
padding: 4px 12px;
-webkit-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);">
Tested on Odoo<br/>11.0 enterprise
</div>
</div>
</div>
</div>
</section>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8e0221

Please sign in to comment.