diff --git a/app_base_chinese/__manifest__.py b/app_base_chinese/__manifest__.py index d11ce05a..0ff987dc 100644 --- a/app_base_chinese/__manifest__.py +++ b/app_base_chinese/__manifest__.py @@ -18,7 +18,7 @@ { 'name': 'odoo中国版,中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One', - 'version': '18.0.25.01.08', + 'version': '18.0.25.01.17', 'author': 'odooai.cn', 'category': 'Base', 'website': 'https://www.odooai.cn', diff --git a/app_base_chinese/static/description/demo1-2.jpg b/app_base_chinese/static/description/demo1-2.jpg new file mode 100644 index 00000000..06e470df Binary files /dev/null and b/app_base_chinese/static/description/demo1-2.jpg differ diff --git a/app_base_chinese/static/description/demo1.jpg b/app_base_chinese/static/description/demo1.jpg index 6c61c24c..1f34cab1 100644 Binary files a/app_base_chinese/static/description/demo1.jpg and b/app_base_chinese/static/description/demo1.jpg differ diff --git a/app_base_chinese/static/description/index.html b/app_base_chinese/static/description/index.html index 942f5023..1fdb17a7 100644 --- a/app_base_chinese/static/description/index.html +++ b/app_base_chinese/static/description/index.html @@ -10,14 +10,14 @@

Odoo Chinese localization Enhance All in One.Local customize for china user

odoo中国版,中文本土化套件之基础框架,中国会计基础

-

20+项中文优化,配合 www.odooapp.cn 的Odoo中文翻译版使用最佳

+

20+项中文优化,配合 www.odooapp.cn 的Odoo中文翻译版使用最佳

-

Latest update: v18.0.24.12.19

+

Latest update: v18.0.25.01.17

Key features: @@ -111,13 +111,22 @@

Set the address format to chinese. Including all customer, supplier, users

+

使用中国地址格式处理:国家,邮编,省份,城市,地址

+

如果您需要中国省市国标数据和三级联动,您可以从此获取 + app_base_chinese_city 应用 +

+

如果您需要国家、省市区多级树状展现,您可以从此获取 + app_web_widget_ztree 应用

+
以下为另行购买增值应用模块的效果截图
+
+ +
-

Set Default country, state, timezone, currency.

@@ -178,5 +187,5 @@
- - + + \ No newline at end of file diff --git a/app_web_enterprise/static/src/webclient/navbar.scss b/app_web_enterprise/static/src/webclient/navbar.scss index 77766abb..37f77167 100644 --- a/app_web_enterprise/static/src/webclient/navbar.scss +++ b/app_web_enterprise/static/src/webclient/navbar.scss @@ -15,5 +15,10 @@ .o_menu_toggle { color: var(--NavBar-entry-color, #e7e9ed); } + .o_menu_systray.o_website_systray { + .o-website-btn-custo-secondary { + --btn-bg: $o-navbar-entry-bg--active; + } + } } } \ No newline at end of file