mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update odoo customize
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
BIN
app_web_enterprise/static/description/set21.jpg
Normal file
BIN
app_web_enterprise/static/description/set21.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
16
app_web_enterprise/static/src/xml/dashboard.xml
Normal file
16
app_web_enterprise/static/src/xml/dashboard.xml
Normal 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>
|
||||
Reference in New Issue
Block a user