odoo/ext/custom-addons/web_google_maps/static/description/index.html

78 lines
3.6 KiB
HTML

<section class="oe_container">
<div class="oe_row">
<h2 class="oe_slogan" style="color:#875A7B;">Integrate Google Maps into Odoo</h2>
<h4 class="oe_slogan">Show all your partners location on Google Maps</h4>
<div class="oe_span12">
<img class="oe_picture oe_screenshot" src="maps.png">
<div class="text-center">
<a href="https://youtu.be/5hvAubXgUnc" class="btn btn-primary" target="_blank">Demo Video</a>
</div>
</div>
<div class="oe_span12">
<p>This module brings four new features:</p>
<ul>
<li>New view <em>map</em> allows user to view all partners addresses on google maps.</li>
<li>
New widget <em>gplaces_address_autocomplete</em>, enabled <a target="_blank" href="https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform">Google places autocomplete address form</a> into partner form view,<br/>
provide autocomplete feature when you typing an address of partner (or any field using this widget)
</li>
<li>
New widget <em>gplaces_autocomplete</em>, enabled <a target="_blank" href="https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete">Google places autocomplete</a> into partner form view,<br/>
provide autocomplete feature when typing partner name (or any field using this widget)
</li>
<li>Map Localization</li>
</ul>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">New Widget Google Place Autocomplete Address Form</h4>
<div class="oe_span12">
<img class="oe_picture oe_screenshot" src="widget_gplaces_address_form.gif">
</div>
<div class="oe_span12 oe_mb32">
<p>Provide autocomplete feature when typing an address</p>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">New Widget Google Place Autocomplete</h4>
<div class="oe_span12">
<img class="oe_picture oe_screenshot" src="widget_gplaces_autocomplete.gif">
</div>
<div class="oe_span12 oe_mb32">
<p>Provide autocomplete feature when typing partner's name</p>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2>Bug Tracker</h2>
<p>Bugs are tracked on
<a class="reference external" target="_blank" href="https://github.com/gityopie/odoo-addons/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted
it first, help us smashing it by providing a detailed and welcomed feedback.</p>
</div>
<div class="oe_span12">
<h3>Contributors</h3>
<ul class="simple">
<li>Yopi Angi &lt;
<a class="reference external" href="mailto:yopiangi@gmail.com">yopiangi@gmail.com</a>&gt;</li>
</ul>
</div>
<div class="oe_span12">
<h3>Maintainer</h3>
<p>This module is maintained by myself, if you are interested to contribute please let me know</p>
<a href="https://ko-fi.com/P5P4FOM0" target="_blank">
<img src="https://www.ko-fi.com/img/donate_sm.png" alt="ko-fi"/>
</a>
<p>Thank you</p>
</div>
</div>
</section>