update ee oem
@@ -21,7 +21,7 @@
|
|||||||
.o_web_client.navbar_pos_bottom {
|
.o_web_client.navbar_pos_bottom {
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
--o-navbar-height: 80px;
|
--o-navbar-height: 46px;
|
||||||
}
|
}
|
||||||
flex-direction: column-reverse!important;
|
flex-direction: column-reverse!important;
|
||||||
.o_navbar {
|
.o_navbar {
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
.o_main_navbar {
|
.o_main_navbar {
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
--o-navbar-height: 80px;
|
--o-navbar-height: 46px;
|
||||||
padding: 0 var(--o-navbar-height);
|
padding: 0 var(--o-navbar-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,19 +26,15 @@
|
|||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'summary': """
|
||||||
Ui Enhance pack of odoo Enterprise version
|
Ui Enhance pack of odoo Enterprise version. OEM Pack for odoo theme. Support mobile theme and dark mode theme.
|
||||||
1. Add dropdown arrow to parent menu.
|
|
||||||
2. Replace the odoo logo to your company logo in main menu.
|
|
||||||
3. Alway show search in main menu.
|
|
||||||
4. Table and report UI enhance(Grid View).
|
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
odoo enterprise version UI enhance.
|
odoo enterprise version UI enhance.
|
||||||
欧度智能,odooai.cn 的odoo模块。企业版界面增强。
|
欧度智能,odooai.cn 的odoo模块。企业版界面增强。
|
||||||
1. Ui Enhance pack of odoo Enterprise version
|
1. Ui Enhance pack of odoo Enterprise version. Use comfortable green color
|
||||||
odoo企业版界面增强套件,更方便操作
|
odoo企业版界面增强套件,更方便操作。使用更舒适护眼的绿色作为主色。
|
||||||
2. Add dropdown arrow to parent menu group.
|
2. Add dropdown arrow to parent menu group.
|
||||||
多级菜单中出现箭头。
|
多级菜单中出现箭头,导航操作更方便。
|
||||||
3. Replace the odoo logo or url to your company in menu and page.
|
3. Replace the odoo logo or url to your company in menu and page.
|
||||||
替换主菜单界面的logo为你公司的logo。
|
替换主菜单界面的logo为你公司的logo。
|
||||||
4. Add underline for input field.
|
4. Add underline for input field.
|
||||||
@@ -50,12 +46,6 @@
|
|||||||
11. Multi-language Support. Multi-Company Support.
|
11. Multi-language Support. Multi-Company Support.
|
||||||
12. Support Odoo 18,17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
12. Support Odoo 18,17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
||||||
13. Full Open Source.
|
13. Full Open Source.
|
||||||
==========
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
11. 多语言支持,多公司支持
|
|
||||||
12. Odoo 18,17,16,15,14,13,12, 企业版,社区版,在线SaaS.sh版,等全版本支持
|
|
||||||
13. 代码完全开源
|
|
||||||
""",
|
""",
|
||||||
'price': 68.00,
|
'price': 68.00,
|
||||||
'currency': 'EUR',
|
'currency': 'EUR',
|
||||||
@@ -69,7 +59,7 @@
|
|||||||
'views/webclient_templates.xml',
|
'views/webclient_templates.xml',
|
||||||
],
|
],
|
||||||
'assets': {
|
'assets': {
|
||||||
# 企业版变色,注意这个是变量定义,要before
|
# 企业版变色,注意这个是变量定义,要before,应该是理解为 元素1 在元素2的前面
|
||||||
'web._assets_primary_variables': [
|
'web._assets_primary_variables': [
|
||||||
('before', 'web_enterprise/static/src/scss/primary_variables.scss', 'app_web_enterprise/static/src/scss/primary_variables.scss'),
|
('before', 'web_enterprise/static/src/scss/primary_variables.scss', 'app_web_enterprise/static/src/scss/primary_variables.scss'),
|
||||||
],
|
],
|
||||||
@@ -83,14 +73,19 @@
|
|||||||
'app_web_enterprise/static/src/xml/res_config_edition.xml',
|
'app_web_enterprise/static/src/xml/res_config_edition.xml',
|
||||||
# 'app_web_enterprise/static/src/xml/form.xml',
|
# 'app_web_enterprise/static/src/xml/form.xml',
|
||||||
],
|
],
|
||||||
# 这里是改样式,要 after处理
|
# 黑夜模式
|
||||||
'web.assets_common': [
|
"web.dark_mode_variables": [
|
||||||
('after', 'web/static/lib/jquery.ui/jquery-ui.css', 'app_web_enterprise/static/lib/jquery.ui/jquery-ui.css'),
|
('remove', 'app_web_enterprise/static/src/scss/primary_variables.scss'),
|
||||||
('after', 'web_enterprise/static/src/webclient/home_menu/home_menu_background.scss', 'app_web_enterprise/static/src/scss/home_menu_background.scss'),
|
('before', 'web_enterprise/static/src/scss/primary_variables.dark.scss', 'app_web_enterprise/static/src/scss/primary_variables.dark.scss'),
|
||||||
],
|
],
|
||||||
|
"web.assets_web_dark": [
|
||||||
|
('remove', 'app_web_enterprise/static/src/scss/home_menu.variables.scss'),
|
||||||
|
('remove', 'app_web_enterprise/static/src/scss/navbar.variables.scss'),
|
||||||
|
('remove', 'app_web_enterprise/static/src/scss/navbar.scss'),
|
||||||
|
],
|
||||||
|
# 这里是改样式,要 after处理
|
||||||
'web.assets_frontend': [
|
'web.assets_frontend': [
|
||||||
# ('after', 'web/static/src/core/**/*', 'app_web_enterprise/static/src/xml/base.xml'),
|
('before', 'web_enterprise/static/src/webclient/home_menu/home_menu.variables.scss', 'app_web_enterprise/static/src/scss/home_menu.variables.scss'),
|
||||||
('after', 'web_enterprise/static/src/webclient/home_menu/home_menu_background.scss', 'app_web_enterprise/static/src/scss/home_menu_background.scss'),
|
|
||||||
'app_web_enterprise/static/src/scss/app_style_website.scss',
|
'app_web_enterprise/static/src/scss/app_style_website.scss',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 73 KiB |
BIN
app_web_enterprise/static/description/app_web_enterprise_04.jpg
Normal file
|
After Width: | Height: | Size: 85 KiB |
BIN
app_web_enterprise/static/description/app_web_enterprise_05.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
app_web_enterprise/static/description/app_web_enterprise_06.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
app_web_enterprise/static/description/b03.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 107 KiB |
BIN
app_web_enterprise/static/description/b04.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 159 KiB |
BIN
app_web_enterprise/static/description/b05.jpg
Normal file
|
After Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 366 KiB |
@@ -8,9 +8,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<!-- begin title-->
|
<!-- begin title-->
|
||||||
<section class="oe_container container o_cc o_cc2">
|
<section class="oe_container container o_cc o_cc2">
|
||||||
<h2 class="text-center bg-warning text-white pt24 pb24">odoo Enterprise version enhance Pack</h2>
|
<h2 class="text-center bg-warning text-white pt24 pb24">odoo Enterprise version enhance Pack All in One</h2>
|
||||||
<h3 class="text-center">Replace odoo logo to your company logo</h3>
|
<h3 class="text-center">Replace odoo logo with yours And Better UI for user</h3>
|
||||||
<h4 class="text-center">Make odoo Enterprise version better UI and flexible</h4>
|
<h4 class="text-center">将Odoo企业版OEM,同时使用更舒服的主色及界面,细节全面完善</h4>
|
||||||
</section>
|
</section>
|
||||||
<!-- end title-->
|
<!-- end title-->
|
||||||
|
|
||||||
@@ -24,58 +24,102 @@
|
|||||||
<h2 class="mt32 mb32">More Powerful addons:
|
<h2 class="mt32 mb32">More Powerful addons:
|
||||||
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Odoo Addons</a>
|
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Odoo Addons</a>
|
||||||
</h2>
|
</h2>
|
||||||
<h3>Latest update: v17.24.08.17</h3>
|
<h3>Latest update: v18.24.12.14</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">
|
||||||
<li class="mb8">2.Replace the odoo logo or url to your company in menu and page.</li>
|
1. Ui Enhance pack of odoo Enterprise version. Use comfortable green color
|
||||||
<li class="mb8">3.Add underline for input field.</li>
|
odoo企业版界面增强套件,更方便操作。使用更舒适护眼的绿色作为主色。
|
||||||
<li class="mb8">4.Add grid line form list view. Easy to read list data.</li>
|
</li>
|
||||||
|
<li class="mb8">
|
||||||
|
2. Add dropdown arrow to parent menu group.
|
||||||
|
多级菜单中出现箭头,导航操作更方便。
|
||||||
|
</li>
|
||||||
|
<li class="mb8">
|
||||||
|
3. Replace the odoo logo or url to your company in menu and page.
|
||||||
|
替换主菜单界面的logo为你公司的logo。
|
||||||
|
</li>
|
||||||
|
<li class="mb8">
|
||||||
|
4. Add underline for input field.
|
||||||
|
在可编辑字段下方增加下划线,易于分辨。
|
||||||
|
</li>
|
||||||
|
<li class="mb8">
|
||||||
|
5. Add grid line form list view. Easy to read list data.
|
||||||
|
为表格list增加行列分隔线,易于看数据。
|
||||||
|
</li>
|
||||||
|
<li class="mb8">
|
||||||
|
6. Add grid line to Account Reports. Easy to view Data.
|
||||||
|
为财务报表增加行列分隔线,易于看数据及对账。
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid mt32">
|
|
||||||
<img src="app_web_enterprise_01.jpg" style="border:1px solid black"/>
|
|
||||||
<br/>
|
|
||||||
</div>
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid mt32">
|
|
||||||
<img src="app_web_enterprise_03.jpg" style="border:1px solid black"/>
|
|
||||||
<br/>
|
|
||||||
</div>
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid mt32">
|
|
||||||
<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 img-fluid">
|
|
||||||
<img src="set21.jpg" style="border:1px solid black"/>
|
|
||||||
<br/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2 class="bg-warning text-center pt8 pb8">5. Add grid line form list view. Easy to read list data.</h2>
|
<h2 class="bg-warning text-center pt8 pb8">1. Ui Enhance pack of odoo Enterprise version. Use comfortable green color</h2>
|
||||||
<h4 class="oe_slogan"> </h4>
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="b04.png"/>
|
<img src="app_web_enterprise_01.jpg"/>
|
||||||
|
</div>
|
||||||
|
<h4 class="oe_slogan"> Better for mobile</h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="app_web_enterprise_02.jpg"/>
|
||||||
|
</div>
|
||||||
|
<h4 class="oe_slogan"> Better for DarkMode. Good for your Eyes</h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="app_web_enterprise_03.jpg"/>
|
||||||
|
</div>
|
||||||
|
<h4 class="oe_slogan"> Easy config all UI and OEM. Navbar at bottom quick operation</h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="app_web_enterprise_04.jpg"/>
|
||||||
|
</div>
|
||||||
|
<h4 class="oe_slogan"> The dropdown arrow to show you action menu or group menu.</h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="app_web_enterprise_05.jpg"/>
|
||||||
|
</div>
|
||||||
|
<h4 class="oe_slogan"> Easy setup you logo and menu OEM. And quick remove data </h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="app_web_enterprise_06.jpg"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2 class="bg-warning text-center pt8 pb8">6. Add grid line to Account Reports. Easy to view Data.</h2>
|
<h2 class="bg-warning text-center pt8 pb8">4. Add underline for input field. 在可编辑字段下方增加下划线,易于分辨。</h2>
|
||||||
<h4 class="oe_slogan"> </h4>
|
<h4 class="oe_slogan"> </h4>
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="b05.png"/>
|
<img src="b03.jpg"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h2 class="bg-warning text-center pt8 pb8">5. Add grid line form list view. Easy to read list data.为表格list增加行列分隔线,易于看数据。</h2>
|
||||||
|
<h4 class="oe_slogan"> </h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="b04.jpg"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h2 class="bg-warning text-center pt8 pb8">6. Add grid line to Account Reports. Easy to view Data.为财务报表增加行列分隔线,易于看数据及对账。</h2>
|
||||||
|
<h4 class="oe_slogan"> </h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="b05.jpg"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h2 class="bg-warning text-center pt8 pb8">Multi language support. 多语种支持</h2>
|
||||||
|
<h4 class="oe_slogan"> </h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="set21.jpg"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
.ui-widget {
|
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
|
||||||
@@ -7,30 +7,9 @@
|
|||||||
|
|
||||||
--NavBar-entry-borderColor-active: #{$o-navbar-entry-bg--active};
|
--NavBar-entry-borderColor-active: #{$o-navbar-entry-bg--active};
|
||||||
|
|
||||||
--NavBar-entry-backgroundColor: #{$o-navbar-background};
|
--NavBar-entry-backgroundColor: transparent;
|
||||||
--NavBar-entry-backgroundColor--hover: #{$o-navbar-entry-bg--hover};
|
--NavBar-entry-backgroundColor--hover: #{$o-navbar-entry-bg--hover};
|
||||||
--NavBar-entry-backgroundColor--active: #{$o-navbar-entry-bg--active};
|
--NavBar-entry-backgroundColor--active: #{$o-navbar-entry-bg--active};
|
||||||
--NavBar-entry-backgroundColor--focus: #{$o-navbar-entry-bg--hover};
|
--NavBar-entry-backgroundColor--focus: #{$o-navbar-entry-bg--hover};
|
||||||
--NavBar-brand-color: #{$o-navbar-brand-color};
|
|
||||||
|
|
||||||
background: var(--NavBar-entry-backgroundColor, #{$o-navbar-background});
|
|
||||||
|
|
||||||
.o_menu_sections {
|
|
||||||
.o_nav_entry, .dropdown-toggle {
|
|
||||||
background: transparent;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background: var(--NavBar-entry-backgroundColor--hover, #{$o-navbar-entry-bg--hover});
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus {
|
|
||||||
background: var(--NavBar-entry-backgroundColor--focus, #{$o-navbar-entry-bg--hover});
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
|
||||||
background: var(--NavBar-entry-backgroundColor--active, #{$o-navbar-entry-bg--active});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,15 +1,13 @@
|
|||||||
//自定义的navbar
|
//自定义的navbar
|
||||||
$o-navbar-background: rgba($o-brand-odoo, .8);
|
$o-navbar-background: rgba($o-brand-odoo, .9);
|
||||||
$o-navbar-entry-color: $o-gray-200 ;
|
$o-navbar-entry-color: $o-form-lightsecondary;
|
||||||
|
|
||||||
$o-navbar-entry-bg--hover: rgba($o-brand-odoo, 9);
|
$o-navbar-entry-bg--hover: transparent;
|
||||||
$o-navbar-entry-color--hover: $o-gray-200 ;
|
$o-navbar-entry-color--hover: $o-form-lightsecondary;
|
||||||
|
|
||||||
$o-navbar-entry-bg--active: rgba($o-brand-odoo, .9) ;
|
$o-navbar-entry-bg--active: rgba($o-brand-odoo, .95) ;
|
||||||
$o-navbar-entry-color--active: $o-gray-100 ;
|
$o-navbar-entry-color--active: $o-brand-lightsecondary ;
|
||||||
|
|
||||||
$o-navbar-brand-color: $o-gray-100 ;
|
$o-navbar-brand-color: $o-brand-lightsecondary;
|
||||||
|
|
||||||
$o-navbar-entry-color: rgba($o-white, .9);
|
|
||||||
$o-navbar-entry-color--hover: $o-white;
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
$o-enterprise-color: #00463e !default;
|
||||||
|
|
||||||
|
$o-brand-odoo: $o-enterprise-color !default;
|
||||||
|
|
||||||
|
// = Fine-tune contextual text colors.
|
||||||
|
$o-theme-text-colors: (
|
||||||
|
"primary": #02c7b5,
|
||||||
|
) !default;
|
||||||
@@ -1,3 +1,2 @@
|
|||||||
$o-enterprise-color: #00796B !default;
|
$o-brand-odoo: #00796B !default;
|
||||||
|
$o-brand-primary: $o-brand-odoo !default;
|
||||||
$o-brand-odoo: $o-enterprise-color !default;
|
|
||||||
|
|||||||