diff --git a/app_web_enterprise/__openerp__.py b/app_web_enterprise/__openerp__.py
index c053acb2..e7ff9c4b 100644
--- a/app_web_enterprise/__openerp__.py
+++ b/app_web_enterprise/__openerp__.py
@@ -18,7 +18,7 @@
{
'name': "App web enterprise enhance, odoo企业版界面增强",
- 'version': '11.0.4.30',
+ 'version': '11.0.5.17',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'http://www.sunpop.cn',
diff --git a/app_web_enterprise/static/description/b03.png b/app_web_enterprise/static/description/b03.png
new file mode 100644
index 00000000..0a47c305
Binary files /dev/null and b/app_web_enterprise/static/description/b03.png differ
diff --git a/app_web_enterprise/static/description/index.html b/app_web_enterprise/static/description/index.html
index 2837abc6..594bf6fa 100644
--- a/app_web_enterprise/static/description/index.html
+++ b/app_web_enterprise/static/description/index.html
@@ -10,7 +10,7 @@
- Lastest update: v11.0.5.4, 2018-05-04
+ Lastest update: v11.0.5.16, 2018-05-17
This moduld allows user to .
- 1.Add dropdown arrow to parent menu.
@@ -31,6 +31,10 @@
+
+

+
+
diff --git a/app_web_enterprise/static/src/less/app_style.less b/app_web_enterprise/static/src/less/app_style.less
new file mode 100644
index 00000000..2510bda0
--- /dev/null
+++ b/app_web_enterprise/static/src/less/app_style.less
@@ -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;
+}
\ No newline at end of file
diff --git a/app_web_enterprise/views/webclient_templates.xml b/app_web_enterprise/views/webclient_templates.xml
index 9495621e..6f69482e 100644
--- a/app_web_enterprise/views/webclient_templates.xml
+++ b/app_web_enterprise/views/webclient_templates.xml
@@ -4,6 +4,7 @@
+