Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto merge TestMergeBot:11.0-automerge-3f6990865a4a5b32f89d66992be548e346ded5b9-11.0 #10

Open
wants to merge 13 commits into
base: 11.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dummy-addons
I use this repo to check how odoo app store works
I use this repo to check how odoo app store (and github) works
3 changes: 3 additions & 0 deletions dummy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The module does nothing.

.. note:: Dummy note


https://apps.odoo.com/apps/modules/9.0/dummy

Credits
=======

Expand Down
14 changes: 14 additions & 0 deletions dummy/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
.. contents::
:local:


index.rst
=========

Test Image
----------

.. image:: 1.jpg

Section
=======

Section Conten

Subsection
----------

Section Conten
Binary file added dummy/static/description/WAT.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
118 changes: 118 additions & 0 deletions dummy/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan" style="color:#875A7B;">Dummy module</h2>
<h3 class="oe_slogan">It does nothing!</h3>
</div>
</div>
</section>

<section class="oe_container">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="WAT.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="just-do-it.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="what.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>



<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">

<div class="alert alert-info oe_mt32" style="padding:0.3em 0.6em; font-size: 150%;">
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
<ul class="list-unstyled">

<li>
<i class="fa fa-check-square-o text-primary"></i>
Full control over granted access via api
</li>

<li>
<i class="fa fa-check-square-o text-primary"></i>
Requests/Responses made over API are logged with required level of details: full/short/disabled
</li>

<li>
<i class="fa fa-check-square-o text-primary"></i>
API specification which is supported by dozens tools, platforms and services
</li>

</ul>
</div>

</div>
</div>

<div id="carouselExampleIndicators2" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 oe_picture oe_screenshot" src="WAT.jpg" alt="Swagger Editor">
</div>
<div class="carousel-item">
<img class="d-block w-100 oe_picture oe_screenshot" src="just-do-it.jpg" alt="Logs">
</div>
<div class="carousel-item">
<img class="d-block w-100 oe_picture oe_screenshot" src="what.jpg" alt="API Congifuration per Model">
</div>

</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators2" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>

</section>



<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span3">&nbsp;</div>
<div class="oe_span6" style="min-height:677px;">

<video title="Open video in new Tab, if it's not played" style="width:100%" loop autoplay controls>
<source src="test.mp4" type="video/mp4">
</video>
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2>YouTube video?</h2>
<div>
<iframe width="1905" height="805" src="https://www.youtube.com/embed/gysKE3POUv0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
Binary file added dummy/static/description/just-do-it.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dummy/static/description/test.mp4
Binary file not shown.
Binary file added dummy/static/description/what.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.