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:
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