update ent

This commit is contained in:
ivan deng
2018-05-17 17:44:55 +08:00
parent d2b0a8782a
commit eec4bb073d
5 changed files with 45 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
{ {
'name': "App web enterprise enhance, odoo企业版界面增强", 'name': "App web enterprise enhance, odoo企业版界面增强",
'version': '11.0.4.30', 'version': '11.0.5.17',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'http://www.sunpop.cn', 'website': 'http://www.sunpop.cn',

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -10,7 +10,7 @@
<h1 class="mt32 mb32">More Powerful addons: <h1 class="mt32 mb32">More Powerful addons:
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=Sunpop.cn">Supop.cn Odoo Addons</a> <a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=Sunpop.cn">Supop.cn Odoo Addons</a>
</h1> </h1>
<h3>Lastest update: v11.0.5.4, 2018-05-04</h3> <h3>Lastest update: v11.0.5.16, 2018-05-17</h3>
<p>This moduld allows user to . </p> <p>This moduld allows user to . </p>
<ul> <ul>
<li class="mb8">1.Add dropdown arrow to parent menu.</li> <li class="mb8">1.Add dropdown arrow to parent menu.</li>
@@ -31,6 +31,10 @@
<img src="app_web_enterprise_03.jpg" style="border:1px solid black"/> <img src="app_web_enterprise_03.jpg" style="border:1px solid black"/>
<br/> <br/>
</div> </div>
<div class="oe_demo oe_screenshot mt32">
<img src="b03.png" style="border:1px solid black"/>
<br/>
</div>
</div> </div>
</div> </div>

View File

@@ -0,0 +1,38 @@
// Colors
@odoo-color-silver: #F9F9F9;
@odoo-color-silver-dark: #E5E5E5;
@odoo-color-silver-darker: #d9d7d7;
@gray-lighter-dark: @odoo-color-silver-dark;
@gray-lighter-darker: @odoo-color-silver-darker;
// Notebooks
//form_view
.o_notebook {
> ul.nav.nav-tabs {
> li {
> a {
background-color: @gray-lighter;
}
&.active > a {
border: 1px solid @gray-lighter-darker;
border-bottom: 0;
&, &:hover, &:focus, &:active {
border-top-color: @odoo-brand-primary;
background-color: white;
}
}
}
}
&:last-child > .tab-content {
border-bottom: none;
}
}
.o_web_client input:focus,
.o_web_client textarea:focus,
.o_web_client select:focus {
border-color: @odoo-brand-optional;
}

View File

@@ -4,6 +4,7 @@
<xpath expr="//link[last()]" position="after"> <xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/less" href="/app_web_enterprise/static/src/less/app_switcher.less"/> <link rel="stylesheet" type="text/less" href="/app_web_enterprise/static/src/less/app_switcher.less"/>
<link rel="stylesheet" type="text/less" href="/app_web_enterprise/static/src/less/menu_search.less"/> <link rel="stylesheet" type="text/less" href="/app_web_enterprise/static/src/less/menu_search.less"/>
<link rel="stylesheet" type="text/less" href="/app_web_enterprise/static/src/less/app_style.less"/>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>