update odoo customize

This commit is contained in:
ivan deng
2019-04-17 15:15:59 +08:00
parent 89fd76e6a3
commit 000117ef4c
11 changed files with 244 additions and 23 deletions

View File

@@ -18,7 +18,7 @@
{
'name': "App web enterprise enhance,企业版界面增强",
'version': '12.19.04.14',
'version': '12.19.04.17',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -42,7 +42,10 @@
""",
'price': 68.00,
'currency': 'EUR',
'depends': ['web_enterprise'],
'depends': [
'web_enterprise',
'web_mobile'
],
'images': [],
'data': [
'views/webclient_templates.xml',

View File

@@ -31,6 +31,17 @@
<img src="b03.png" style="border:1px solid black"/>
<br/>
</div>
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Customize Module Url(eg. Enterprise).</h2>
</div>
<div class="oe_demo oe_screenshot">
<img src="set21jpg" style="border:1px solid black"/>
<br/>
</div>
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<!-- when enterprise-->
<t t-extend="DashboardMain">
<t t-jquery="a[href='https://play.google.com/store/apps/details?id=com.odoo.mobile']" t-operation="replace">
<a class="d-block mx-auto" href="https://www.sunpop.cn" target="_blank">
<img class="d-block mx-auto img img-fluid" src="/web_mobile/static/src/img/google_play.png" alt="On Google Play"/>
</a>
</t>
<t t-jquery="a[href='https://itunes.apple.com/us/app/odoo/id1272543640']" t-operation="replace">
<a class="d-block mx-auto" href="https://www.sunpop.cn" target="_blank">
<img class="d-block mx-auto img img-fluid" src="/web_mobile/static/src/img/app_store.png" alt="On Apple Store"/>
</a>
</t>
</t>
</templates>