diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py index 5d59bf77..e79b6df3 100644 --- a/app_web_enterprise/__manifest__.py +++ b/app_web_enterprise/__manifest__.py @@ -18,7 +18,7 @@ { 'name': "App web enterprise enhance,企业版界面增强", - 'version': '13.19.12.29', + 'version': '13.21.03.21', '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 86a07c10..17456ec0 100644 --- a/app_web_enterprise/static/src/scss/app_style.scss +++ b/app_web_enterprise/static/src/scss/app_style.scss @@ -103,10 +103,10 @@ height: 99.5%; } } -//m2o字段,只读情况下也可换行 +//m2o字段,只读情况下才可换行 .o_list_view .o_list_table tbody > tr > td.o_readonly_modifier { white-space: pre-wrap!important; } -.o_list_view .o_list_table .o_list_many2one { +.o_form_readonly .o_list_view .o_list_table .o_list_many2one { white-space: pre-wrap!important; } \ No newline at end of file