Skip to content
Snippets Groups Projects
Commit c5ab50cc authored by Kevin Baptiste's avatar Kevin Baptiste Committed by RomainLibert
Browse files

[FIX] base_setup: remove mobile apps icon during search


The mobile apps icons were always showing even during a search in the
settings.

closes odoo/odoo#35325

Signed-off-by: default avatarRomain Libert (rli) <rli@odoo.com>
parent fb2522ac
Branches
Tags
No related merge requests found
......@@ -11,18 +11,20 @@
<div id='about'>
<h2>About</h2>
<div class="row mt16 o_settings_container">
<div class='col-12 col-lg-6 o_setting_box d-flex' id='appstore'>
<div class="o_setting_right_pane">
<!-- FIXME Those links are defined directly in the template which means that we will have to
update the template code is the link ever changes -->
<a class="d-block mx-auto" href="https://play.google.com/store/apps/details?id=com.odoo.mobile" target="blank">
<img alt="On Google Play" class="d-block mx-auto img img-fluid" src="/base_setup/static/src/img/google_play.png"/>
</a>
</div>
<div>
<a class='d-block mx-auto' href="https://itunes.apple.com/us/app/odoo/id1272543640" target="blank">
<img alt="On Apple Store" class="d-block mx-auto img img-fluid" src="/base_setup/static/src/img/app_store.png"/>
</a>
<div class='col-12 col-lg-6 o_setting_box' id='appstore'>
<div class="d-flex">
<div class="o_setting_right_pane">
<!-- FIXME Those links are defined directly in the template which means that we will have to
update the template code is the link ever changes -->
<a class="d-block mx-auto" href="https://play.google.com/store/apps/details?id=com.odoo.mobile" target="blank">
<img alt="On Google Play" class="d-block mx-auto img img-fluid" src="/base_setup/static/src/img/google_play.png"/>
</a>
</div>
<div>
<a class='d-block mx-auto' href="https://itunes.apple.com/us/app/odoo/id1272543640" target="blank">
<img alt="On Apple Store" class="d-block mx-auto img img-fluid" src="/base_setup/static/src/img/app_store.png"/>
</a>
</div>
</div>
</div>
<widget name='res_config_edition'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment