diff --git a/app_stock_superbar/views/stock_location_views.xml b/app_stock_superbar/views/stock_location_views.xml index d89f42aa..f300786c 100644 --- a/app_stock_superbar/views/stock_location_views.xml +++ b/app_stock_superbar/views/stock_location_views.xml @@ -9,7 +9,7 @@ - + diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py index 0554eabb..0676560e 100644 --- a/app_web_enterprise/__manifest__.py +++ b/app_web_enterprise/__manifest__.py @@ -18,7 +18,7 @@ { 'name': "App web enterprise enhance,企业版界面增强", - 'version': '12.19.04.17', + 'version': '12.19.07.25', 'author': 'Sunpop.cn', 'category': 'Base', 'website': 'https://www.sunpop.cn', diff --git a/app_web_enterprise/static/src/scss/app_style.scss b/app_web_enterprise/static/src/scss/app_style.scss index 81774373..55825e08 100644 --- a/app_web_enterprise/static/src/scss/app_style.scss +++ b/app_web_enterprise/static/src/scss/app_style.scss @@ -5,6 +5,10 @@ border-color: $o-brand-primary; font-weight: bold; } +//看板 +.o_kanban_view .o_kanban_group:not(.o_column_folded) { + width: $o-kanban-default-record-width; +} //菜单搜索常见 .o_menu_search { &.o_bar_hidden { @@ -49,6 +53,4 @@ } } } - - } \ No newline at end of file